Html Css Color HEX #987D40 Muesli

📋 copy color: '#987D40'

red 152 ◦ green 125 ◦ blue 64

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

Shades of Muesli #987D40

Tints of Muesli #987D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 44.57%
G = 36.66%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987D40 (or 0x987D40) is known color: Muesli. HEX triplet: 98, 7D and 40. RGB value is (152,125,64). Sum of RGB (Red+Green+Blue) = 152+125+64=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #987D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D40 is #6782BF. Grayscale: #7E7E7E. Windows color (decimal): -6783680 or 4226456. OLE color: 4226456.

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

Color convert

RGB 152 125 64 -
CMYK 0 0.18 0.58 0.40
HSL 41.59º 0.41% 0.42% -
HSV(B) 41.59º 0.58% 0.6% -
XYZ 21.21 21.71 7.92 -
YUV 126.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 152 125 64 0 0.18 0.58 0.40 41.59 0.41 0.42
Hex 98 7D 40 0 12 3A 28 2A 29 2A
Octal 230 175 100 0 22 72 50 52 51 52
Binary 10011000 1111101 1000000 0 10010 111010 101000 101010 101001 101010

Color Harmonies of #987D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D40

Black with #987D40

Text Example


Text Example

White with #987D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,64); }

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

background-color css

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

 a { background-color: rgb(152,125,64); }

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

border-color css

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

 span { border-color: rgb(152,125,64); }

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