#9E8B28

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

Shades of Lemon Ginger #9E8B28

Tints of Lemon Ginger #9E8B28

Color information

#9E8B28 (or 0x9E8B28) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 8B and 28. RGB value is (158,139,40). Sum of RGB (Red+Green+Blue) = 158+139+40=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8B28 is #6174D7. Grayscale: #858585. Windows color (decimal): -6386904 or 2657182. OLE color: 2657182.

HSL color Cylindrical-coordinate representation of color #9E8B28: hue angle of 50.34º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E8B28 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB15813940-
CMYK00.120.750.38
HSL50.34º59.6%38.82%-
HSV(B)50.34º74.68%61.96%-
XYZ23.7225.895.75-
YUV133.3975.29145.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=46.88%
G=41.25%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581394000.120.750.3850.3459.638.82
Hex9E8B280C4B26323c27
Octal2362135001411346627447
Binary1001111010001011101000011001001011100110110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8B28; }

 p { color: rgb(158,139,40); }

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

<style>
 a { background-color: #9E8B28; }

 a { background-color: rgb(158,139,40); }

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

<style>
 span { border-color: #9E8B28; }

 span { border-color: rgb(158,139,40); }

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