Html Css Color HEX #987F26 Lemon Ginger

📋 copy color: '#987F26'

red 152 ◦ green 127 ◦ blue 38

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

Shades of Lemon Ginger #987F26

Tints of Lemon Ginger #987F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 47.95%
G = 40.06%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#987F26 (or 0x987F26) is known color: Lemon Ginger. HEX triplet: 98, 7F and 26. RGB value is (152,127,38). Sum of RGB (Red+Green+Blue) = 152+127+38=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #987F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F26 is #6780D9. Grayscale: #7C7C7C. Windows color (decimal): -6783194 or 2523032. OLE color: 2523032.

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

Color convert

RGB 152 127 38 -
CMYK 0 0.16 0.75 0.40
HSL 46.84º 0.6% 0.37% -
HSV(B) 46.84º 0.75% 0.6% -
XYZ 20.89 21.99 4.98 -
YUV 124.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 152 127 38 0 0.16 0.75 0.40 46.84 0.6 0.37
Hex 98 7F 26 0 10 4B 28 2F 3C 25
Octal 230 177 46 0 20 113 50 57 74 45
Binary 10011000 1111111 100110 0 10000 1001011 101000 101111 111100 100101

Color Harmonies of #987F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F26

Black with #987F26

Text Example


Text Example

White with #987F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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