#9D882B

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

Shades of Lemon Ginger #9D882B

Tints of Lemon Ginger #9D882B

Color information

#9D882B (or 0x9D882B) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 88 and 2B. RGB value is (157,136,43). Sum of RGB (Red+Green+Blue) = 157+136+43=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D882B is #6277D4. Grayscale: #848484. Windows color (decimal): -6453205 or 2853021. OLE color: 2853021.

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

Color convert

RGB15713643-
CMYK00.130.730.38
HSL48.95º57%39.22%-
HSV(B)48.95º72.61%61.57%-
XYZ23.1424.955.88-
YUV131.6877.96146.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=46.73%
G=40.48%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571364300.130.730.3848.955739.22
Hex9D882B0D4926313927
Octal2352105301511146617147
Binary1001110110001000101011011011001001100110110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,43); }

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

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

 a { background-color: rgb(157,136,43); }

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

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

 span { border-color: rgb(157,136,43); }

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