#987C32

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

Shades of Lemon Ginger #987C32

Tints of Lemon Ginger #987C32

Color information

#987C32 (or 0x987C32) is unknown color: approx Lemon Ginger. HEX triplet: 98, 7C and 32. RGB value is (152,124,50). Sum of RGB (Red+Green+Blue) = 152+124+50=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C32 is #6783CD. Grayscale: #7C7C7C. Windows color (decimal): -6783950 or 3308696. OLE color: 3308696.

HSL color Cylindrical-coordinate representation of color #987C32: hue angle of 43.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987C32 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15212450-
CMYK00.180.670.40
HSL43.53º50.5%39.61%-
HSV(B)43.53º67.11%59.61%-
XYZ20.7321.326.04-
YUV123.9486.28148.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=46.63%
G=38.04%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521245000.180.670.4043.5350.539.61
Hex987C3201243282c3228
Octal2301746202210350546250
Binary1001100011111001100100100101000011101000101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C32; }

 p { color: rgb(152,124,50); }

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

<style>
 a { background-color: #987C32; }

 a { background-color: rgb(152,124,50); }

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

<style>
 span { border-color: #987C32; }

 span { border-color: rgb(152,124,50); }

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