#9F882F

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

Shades of Lemon Ginger #9F882F

Tints of Lemon Ginger #9F882F

Color information

#9F882F (or 0x9F882F) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 88 and 2F. RGB value is (159,136,47). Sum of RGB (Red+Green+Blue) = 159+136+47=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F882F is #6077D0. Grayscale: #858585. Windows color (decimal): -6322129 or 3115167. OLE color: 3115167.

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

Color convert

RGB15913647-
CMYK00.140.700.38
HSL47.68º54.37%40.39%-
HSV(B)47.68º70.44%62.35%-
XYZ23.6225.186.31-
YUV132.7379.62146.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 47 (18.75% from 255) = 13.74%
R=46.49%
G=39.77%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591364700.140.700.3847.6854.3740.39
Hex9F882F0E4626303628
Octal2372105701610646606650
Binary1001111110001000101111011101000110100110110000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,47); }

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

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

 a { background-color: rgb(159,136,47); }

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

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

 span { border-color: rgb(159,136,47); }

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