#9D8B24

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

Shades of Lemon Ginger #9D8B24

Tints of Lemon Ginger #9D8B24

Color information

#9D8B24 (or 0x9D8B24) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 8B and 24. RGB value is (157,139,36). Sum of RGB (Red+Green+Blue) = 157+139+36=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8B24 is #6274DB. Grayscale: #858585. Windows color (decimal): -6452444 or 2395037. OLE color: 2395037.

HSL color Cylindrical-coordinate representation of color #9D8B24: hue angle of 51.07º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D8B24 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB15713936-
CMYK00.110.770.38
HSL51.07º62.69%37.84%-
HSV(B)51.07º77.07%61.57%-
XYZ23.4625.765.41-
YUV132.6473.46145.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 36 (14.45% from 255) = 10.84%
R=47.29%
G=41.87%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571393600.110.770.3851.0762.6937.84
Hex9D8B240B4D26333f26
Octal2352134401311546637746
Binary1001110110001011100100010111001101100110110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,139,36); }

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

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

 a { background-color: rgb(157,139,36); }

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

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

 span { border-color: rgb(157,139,36); }

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