#987A40

Color #987A40 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #987A40

Tints of Muesli #987A40

Color information

#987A40 (or 0x987A40) is unknown color: approx 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

RGB15212264-
CMYK00.200.580.40
HSL39.55º40.74%42.35%-
HSV(B)39.55º57.89%59.61%-
XYZ20.8320.967.8-
YUV124.3693.94147.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521226400.200.580.4039.5540.7442.35
Hex987A400143A2828292a
Octal2301721000247250505152
Binary1001100011110101000000010100111010101000101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>