#908E14

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

Shades of Citron #908E14

Tints of Citron #908E14

Color information

#908E14 (or 0x908E14) is unknown color: approx Citron. HEX triplet: 90, 8E and 14. RGB value is (144,142,20). Sum of RGB (Red+Green+Blue) = 144+142+20=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #908E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908E14 is #6F71EB. Grayscale: #818181. Windows color (decimal): -7303660 or 1347216. OLE color: 1347216.

HSL color Cylindrical-coordinate representation of color #908E14: hue angle of 59.03º 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 #908E14 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB14414220-
CMYK00.010.860.44
HSL59.03º75.61%32.16%-
HSV(B)59.03º86.11%56.47%-
XYZ21.325.334.43-
YUV128.6966.66138.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 142 (55.86% from 255) = 46.41%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=47.06%
G=46.41%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441422000.010.860.4459.0375.6132.16
Hex908E1401562C3b4c20
Octal2202162401126547311440
Binary1001000010001110101000110101101011001110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908E14; }

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

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

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

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

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

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

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

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