#908E12

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

Shades of Citron #908E12

Tints of Citron #908E12

Color information

#908E12 (or 0x908E12) is unknown color: approx Citron. HEX triplet: 90, 8E and 12. RGB value is (144,142,18). Sum of RGB (Red+Green+Blue) = 144+142+18=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #908E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908E12 is #6F71ED. Grayscale: #808080. Windows color (decimal): -7303662 or 1216144. OLE color: 1216144.

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

Color convert

RGB14414218-
CMYK00.010.880.44
HSL59.05º77.78%31.76%-
HSV(B)59.05º87.5%56.47%-
XYZ21.2825.324.34-
YUV128.4665.66139.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=47.37%
G=46.71%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441421800.010.880.4459.0577.7831.76
Hex908E1201582C3b4e20
Octal2202162201130547311640
Binary1001000010001110100100110110001011001110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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