Html Css Color HEX #987F35 Lemon Ginger

📋 copy color: '#987F35'

red 152 ◦ green 127 ◦ blue 53

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

Shades of Lemon Ginger #987F35

Tints of Lemon Ginger #987F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 45.78%
G = 38.25%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#987F35 (or 0x987F35) is known color: Lemon Ginger. HEX triplet: 98, 7F and 35. RGB value is (152,127,53). Sum of RGB (Red+Green+Blue) = 152+127+53=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #987F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F35 is #6780CA. Grayscale: #7E7E7E. Windows color (decimal): -6783179 or 3506072. OLE color: 3506072.

HSL color Cylindrical-coordinate representation of color #987F35: hue angle of 44.85º 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 #987F35 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 53 -
CMYK 0 0.16 0.65 0.40
HSL 44.85º 0.48% 0.4% -
HSV(B) 44.85º 0.65% 0.6% -
XYZ 21.18 22.11 6.52 -
YUV 126.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 152 127 53 0 0.16 0.65 0.40 44.85 0.48 0.4
Hex 98 7F 35 0 10 41 28 2D 30 28
Octal 230 177 65 0 20 101 50 55 60 50
Binary 10011000 1111111 110101 0 10000 1000001 101000 101101 110000 101000

Color Harmonies of #987F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F35

Black with #987F35

Text Example


Text Example

White with #987F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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