#9E8D30

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

Shades of Lemon Ginger #9E8D30

Tints of Lemon Ginger #9E8D30

Color information

#9E8D30 (or 0x9E8D30) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 8D and 30. RGB value is (158,141,48). Sum of RGB (Red+Green+Blue) = 158+141+48=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8D30 is #6172CF. Grayscale: #878787. Windows color (decimal): -6386384 or 3181982. OLE color: 3181982.

HSL color Cylindrical-coordinate representation of color #9E8D30: hue angle of 50.73º 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 #9E8D30 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15814148-
CMYK00.110.700.38
HSL50.73º53.4%40.39%-
HSV(B)50.73º69.62%61.96%-
XYZ24.1626.536.64-
YUV135.4878.63144.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=45.53%
G=40.63%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581414800.110.700.3850.7353.440.39
Hex9E8D300B4626333528
Octal2362156001310646636550
Binary1001111010001101110000010111000110100110110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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