#908A16

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

Shades of Lemon Ginger #908A16

Tints of Lemon Ginger #908A16

Color information

#908A16 (or 0x908A16) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8A and 16. RGB value is (144,138,22). Sum of RGB (Red+Green+Blue) = 144+138+22=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #908A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A16 is #6F75E9. Grayscale: #7F7F7F. Windows color (decimal): -7304682 or 1477264. OLE color: 1477264.

HSL color Cylindrical-coordinate representation of color #908A16: hue angle of 57.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908A16 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14413822-
CMYK00.040.850.44
HSL57.05º73.49%32.55%-
HSV(B)57.05º84.72%56.47%-
XYZ20.7324.164.33-
YUV126.5768.99140.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=47.37%
G=45.39%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441382200.040.850.4457.0573.4932.55
Hex908A1604552C394921
Octal2202122604125547111141
Binary100100001000101010110010010101011011001110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,138,22); }

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

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

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

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

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

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

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