Html Css Color HEX #987F2F Lemon Ginger

📋 copy color: '#987F2F'

red 152 ◦ green 127 ◦ blue 47

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

Shades of Lemon Ginger #987F2F

Tints of Lemon Ginger #987F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 46.63%
G = 38.96%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#987F2F (or 0x987F2F) is known color: Lemon Ginger. HEX triplet: 98, 7F and 2F. RGB value is (152,127,47). Sum of RGB (Red+Green+Blue) = 152+127+47=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F2F is #6780D0. Grayscale: #7D7D7D. Windows color (decimal): -6783185 or 3112856. OLE color: 3112856.

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

Color convert

RGB 152 127 47 -
CMYK 0 0.16 0.69 0.40
HSL 45.71º 0.53% 0.39% -
HSV(B) 45.71º 0.69% 0.6% -
XYZ 21.05 22.06 5.84 -
YUV 125.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 152 127 47 0 0.16 0.69 0.40 45.71 0.53 0.39
Hex 98 7F 2F 0 10 45 28 2E 35 27
Octal 230 177 57 0 20 105 50 56 65 47
Binary 10011000 1111111 101111 0 10000 1000101 101000 101110 110101 100111

Color Harmonies of #987F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F2F

Black with #987F2F

Text Example


Text Example

White with #987F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,47); }

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

background-color css

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

 a { background-color: rgb(152,127,47); }

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

border-color css

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

 span { border-color: rgb(152,127,47); }

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