#9E8730

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

Shades of Lemon Ginger #9E8730

Tints of Lemon Ginger #9E8730

Color information

#9E8730 (or 0x9E8730) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 87 and 30. RGB value is (158,135,48). Sum of RGB (Red+Green+Blue) = 158+135+48=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8730 is #6178CF. Grayscale: #848484. Windows color (decimal): -6387920 or 3180446. OLE color: 3180446.

HSL color Cylindrical-coordinate representation of color #9E8730: hue angle of 47.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E8730 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15813548-
CMYK00.150.700.38
HSL47.45º53.4%40.39%-
HSV(B)47.45º69.62%61.96%-
XYZ23.324.816.36-
YUV131.9680.62146.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=46.33%
G=39.59%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581354800.150.700.3847.4553.440.39
Hex9E87300F46262f3528
Octal2362076001710646576550
Binary1001111010000111110000011111000110100110101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,48); }

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

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

 a { background-color: rgb(158,135,48); }

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

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

 span { border-color: rgb(158,135,48); }

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