Html Css Color HEX #987E31 Lemon Ginger

📋 copy color: '#987E31'

red 152 ◦ green 126 ◦ blue 49

#987E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #987E31

Tints of Lemon Ginger #987E31

RGB

 RED value IS 152 (59.77% from 255) = 46.48%

 GREEN value IS 126 (49.61% from 255) = 38.53%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 46.48%
G = 38.53%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987E31 (or 0x987E31) is known color: Lemon Ginger. HEX triplet: 98, 7E and 31. RGB value is (152,126,49). Sum of RGB (Red+Green+Blue) = 152+126+49=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E31 is #6781CE. Grayscale: #7D7D7D. Windows color (decimal): -6783439 or 3243672. OLE color: 3243672.

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

Color convert

RGB 152 126 49 -
CMYK 0 0.17 0.68 0.40
HSL 44.85º 0.51% 0.39% -
HSV(B) 44.85º 0.68% 0.6% -
XYZ 20.96 21.82 6.01 -
YUV 125 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 152 126 49 0 0.17 0.68 0.40 44.85 0.51 0.39
Hex 98 7E 31 0 11 44 28 2D 33 27
Octal 230 176 61 0 21 104 50 55 63 47
Binary 10011000 1111110 110001 0 10001 1000100 101000 101101 110011 100111

Color Harmonies of #987E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E31

Black with #987E31

Text Example


Text Example

White with #987E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987E31;
 }
 .AnyTagClassName
 {
   color: #987E31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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