Html Css Color HEX #987D2C Lemon Ginger

📋 copy color: '#987D2C'

red 152 ◦ green 125 ◦ blue 44

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

Shades of Lemon Ginger #987D2C

Tints of Lemon Ginger #987D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 47.35%
G = 38.94%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#987D2C (or 0x987D2C) is known color: Lemon Ginger. HEX triplet: 98, 7D and 2C. RGB value is (152,125,44). Sum of RGB (Red+Green+Blue) = 152+125+44=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #987D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D2C is #6782D3. Grayscale: #7C7C7C. Windows color (decimal): -6783700 or 2915736. OLE color: 2915736.

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

Color convert

RGB 152 125 44 -
CMYK 0 0.18 0.71 0.40
HSL 45º 0.55% 0.38% -
HSV(B) 45º 0.71% 0.6% -
XYZ 20.74 21.52 5.44 -
YUV 123.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 152 125 44 0 0.18 0.71 0.40 45 0.55 0.38
Hex 98 7D 2C 0 12 47 28 2D 37 26
Octal 230 175 54 0 22 107 50 55 67 46
Binary 10011000 1111101 101100 0 10010 1000111 101000 101101 110111 100110

Color Harmonies of #987D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D2C

Black with #987D2C

Text Example


Text Example

White with #987D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,44); }

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

background-color css

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

 a { background-color: rgb(152,125,44); }

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

border-color css

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

 span { border-color: rgb(152,125,44); }

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