#908a19

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

Shades of Lemon Ginger #908A19

Tints of Lemon Ginger #908A19

Color information

#908A19 (or 0x908A19) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8A and 19. RGB value is (144,138,25). Sum of RGB (Red+Green+Blue) = 144+138+25=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A19 is #6F75E6. Grayscale: #7F7F7F. Windows color (decimal): -7304679 or 1673872. OLE color: 1673872.

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

Color convert

RGB14413825-
CMYK00.040.830.44
HSL56.97º70.41%33.14%-
HSV(B)56.97º82.64%56.47%-
XYZ20.7724.184.49-
YUV126.9170.49140.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=46.91%
G=44.95%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441382500.040.830.4456.9770.4133.14
Hex908A1904532C394621
Octal2202123104123547110641
Binary100100001000101011001010010100111011001110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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