#987D50

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

Shades of Muesli #987D50

Tints of Muesli #987D50

Color information

#987D50 (or 0x987D50) is unknown color: approx Muesli. HEX triplet: 98, 7D and 50. RGB value is (152,125,80). Sum of RGB (Red+Green+Blue) = 152+125+80=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D50 is #6782AF. Grayscale: #808080. Windows color (decimal): -6783664 or 5275032. OLE color: 5275032.

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

Color convert

RGB15212580-
CMYK00.180.470.40
HSL37.5º31.03%45.49%-
HSV(B)37.5º47.37%59.61%-
XYZ21.7321.9210.68-
YUV127.94100.95145.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=42.58%
G=35.01%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521258000.180.470.4037.531.0345.49
Hex987D500122F28251f2d
Octal2301751200225750453755
Binary100110001111101101000001001010111110100010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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