#987E35

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

Shades of Lemon Ginger #987E35

Tints of Lemon Ginger #987E35

Color information

#987E35 (or 0x987E35) is unknown color: approx Lemon Ginger. HEX triplet: 98, 7E and 35. RGB value is (152,126,53). Sum of RGB (Red+Green+Blue) = 152+126+53=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E35 is #6781CA. Grayscale: #7D7D7D. Windows color (decimal): -6783435 or 3505816. OLE color: 3505816.

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

Color convert

RGB15212653-
CMYK00.170.650.40
HSL44.24º48.29%40.2%-
HSV(B)44.24º65.13%59.61%-
XYZ21.0521.856.48-
YUV125.4587.11146.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=45.92%
G=38.07%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521265300.170.650.4044.2448.2940.2
Hex987E3501141282c3028
Octal2301766502110150546050
Binary1001100011111101101010100011000001101000101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,53); }

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

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

 a { background-color: rgb(152,126,53); }

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

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

 span { border-color: rgb(152,126,53); }

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