#987B40

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

Shades of Muesli #987B40

Tints of Muesli #987B40

Color information

#987B40 (or 0x987B40) is unknown color: approx Muesli. HEX triplet: 98, 7B and 40. RGB value is (152,123,64). Sum of RGB (Red+Green+Blue) = 152+123+64=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B40 is #6784BF. Grayscale: #7D7D7D. Windows color (decimal): -6784192 or 4225944. OLE color: 4225944.

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

Color convert

RGB15212364-
CMYK00.190.580.40
HSL40.23º40.74%42.35%-
HSV(B)40.23º57.89%59.61%-
XYZ20.9621.217.84-
YUV124.9493.61147.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=44.84%
G=36.28%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521236400.190.580.4040.2340.7442.35
Hex987B400133A2828292a
Octal2301731000237250505152
Binary1001100011110111000000010011111010101000101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #987B40;
 }
 .AnyTagClassName
 {
   color: #987B40;
 }
</style>
background-color css

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

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

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

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

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

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