Html Css Color HEX #987F28 Lemon Ginger

📋 copy color: '#987F28'

red 152 ◦ green 127 ◦ blue 40

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

Shades of Lemon Ginger #987F28

Tints of Lemon Ginger #987F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 47.65%
G = 39.81%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987F28 (or 0x987F28) is known color: Lemon Ginger. HEX triplet: 98, 7F and 28. RGB value is (152,127,40). Sum of RGB (Red+Green+Blue) = 152+127+40=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #987F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F28 is #6780D7. Grayscale: #7C7C7C. Windows color (decimal): -6783192 or 2654104. OLE color: 2654104.

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

Color convert

RGB 152 127 40 -
CMYK 0 0.16 0.74 0.40
HSL 46.61º 0.58% 0.38% -
HSV(B) 46.61º 0.74% 0.6% -
XYZ 20.92 22.01 5.15 -
YUV 124.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 152 127 40 0 0.16 0.74 0.40 46.61 0.58 0.38
Hex 98 7F 28 0 10 4A 28 2F 3A 26
Octal 230 177 50 0 20 112 50 57 72 46
Binary 10011000 1111111 101000 0 10000 1001010 101000 101111 111010 100110

Color Harmonies of #987F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F28

Black with #987F28

Text Example


Text Example

White with #987F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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