#909014

Color #909014 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #909014

Tints of Citron #909014

Color information

#909014 (or 0x909014) is unknown color: approx Citron. HEX triplet: 90, 90 and 14. RGB value is (144,144,20). Sum of RGB (Red+Green+Blue) = 144+144+20=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909014 is #6F6FEB. Grayscale: #828282. Windows color (decimal): -7303148 or 1347728. OLE color: 1347728.

HSL color Cylindrical-coordinate representation of color #909014: hue angle of 60º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #909014 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB14414420-
CMYK000.860.44
HSL60º75.61%32.16%-
HSV(B)60º86.11%56.47%-
XYZ21.625.934.53-
YUV129.8666138.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=46.75%
G=46.75%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414420000.860.446075.6132.16
Hex90901400562C3c4c20
Octal2202202400126547411440
Binary1001000010010000101000010101101011001111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909014; }

 p { color: rgb(144,144,20); }

 H1.HeaderClassName
 {
   color: #909014;
 }
 .AnyTagClassName
 {
   color: #909014;
 }
</style>
background-color css

<style>
 a { background-color: #909014; }

 a { background-color: rgb(144,144,20); }

 div.DivClassName
 {
   background-color: #909014;
 }
 .BgClassName
 {
   background-color: #909014;
 }
</style>
border-color css

<style>
 span { border-color: #909014; }

 span { border-color: rgb(144,144,20); }

 td.TdClassName
 {
   border-color: #909014;
 }
 .TagClassName
 {
   border-color: #909014;
 }
</style>