Html Css Color HEX #987F27 Lemon Ginger

📋 copy color: '#987F27'

red 152 ◦ green 127 ◦ blue 39

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

Shades of Lemon Ginger #987F27

Tints of Lemon Ginger #987F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.26%

R = 47.8%
G = 39.94%
B = 12.26%

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

#987F27 (or 0x987F27) is known color: Lemon Ginger. HEX triplet: 98, 7F and 27. RGB value is (152,127,39). Sum of RGB (Red+Green+Blue) = 152+127+39=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F27 is #6780D8. Grayscale: #7C7C7C. Windows color (decimal): -6783193 or 2588568. OLE color: 2588568.

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

Color convert

RGB 152 127 39 -
CMYK 0 0.16 0.74 0.40
HSL 46.73º 0.59% 0.37% -
HSV(B) 46.73º 0.74% 0.6% -
XYZ 20.9 22 5.06 -
YUV 124.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 152 127 39 0 0.16 0.74 0.40 46.73 0.59 0.37
Hex 98 7F 27 0 10 4A 28 2F 3B 25
Octal 230 177 47 0 20 112 50 57 73 45
Binary 10011000 1111111 100111 0 10000 1001010 101000 101111 111011 100101

Color Harmonies of #987F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F27

Black with #987F27

Text Example


Text Example

White with #987F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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