Html Css Color HEX #987A40 Muesli

📋 copy color: '#987A40'

red 152 ◦ green 122 ◦ blue 64

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

Shades of Muesli #987A40

Tints of Muesli #987A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 44.97%
G = 36.09%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987A40 (or 0x987A40) is known color: Muesli. HEX triplet: 98, 7A and 40. RGB value is (152,122,64). Sum of RGB (Red+Green+Blue) = 152+122+64=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A40 is #6785BF. Grayscale: #7C7C7C. Windows color (decimal): -6784448 or 4225688. OLE color: 4225688.

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

Color convert

RGB 152 122 64 -
CMYK 0 0.20 0.58 0.40
HSL 39.55º 0.41% 0.42% -
HSV(B) 39.55º 0.58% 0.6% -
XYZ 20.83 20.96 7.8 -
YUV 124.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 152 122 64 0 0.20 0.58 0.40 39.55 0.41 0.42
Hex 98 7A 40 0 14 3A 28 28 29 2A
Octal 230 172 100 0 24 72 50 50 51 52
Binary 10011000 1111010 1000000 0 10100 111010 101000 101000 101001 101010

Color Harmonies of #987A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A40

Black with #987A40

Text Example


Text Example

White with #987A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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