#908A20

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

Shades of Lemon Ginger #908A20

Tints of Lemon Ginger #908A20

Color information

#908A20 (or 0x908A20) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8A and 20. RGB value is (144,138,32). Sum of RGB (Red+Green+Blue) = 144+138+32=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #908A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A20 is #6F75DF. Grayscale: #808080. Windows color (decimal): -7304672 or 2132624. OLE color: 2132624.

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

Color convert

RGB14413832-
CMYK00.040.780.44
HSL56.79º63.64%34.51%-
HSV(B)56.79º77.78%56.47%-
XYZ20.8524.214.94-
YUV127.7173.99139.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 32 (12.89% from 255) = 10.19%
R=45.86%
G=43.95%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441383200.040.780.4456.7963.6434.51
Hex908A20044E2C394023
Octal2202124004116547110043
Binary1001000010001010100000010010011101011001110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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