#988156

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

Shades of Muesli #988156

Tints of Muesli #988156

Color information

#988156 (or 0x988156) is unknown color: approx Muesli. HEX triplet: 98, 81 and 56. RGB value is (152,129,86). Sum of RGB (Red+Green+Blue) = 152+129+86=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988156 is #677EA9. Grayscale: #838383. Windows color (decimal): -6782634 or 5669272. OLE color: 5669272.

HSL color Cylindrical-coordinate representation of color #988156: hue angle of 39.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988156 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15212986-
CMYK00.150.430.40
HSL39.09º27.73%46.67%-
HSV(B)39.09º43.42%59.61%-
XYZ22.4823.0512.07-
YUV130.98102.62143-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=41.42%
G=35.15%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521298600.150.430.4039.0927.7346.67
Hex9881560F2B28271c2f
Octal2302011260175350473457
Binary100110001000000110101100111110101110100010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988156; }

 p { color: rgb(152,129,86); }

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

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

 a { background-color: rgb(152,129,86); }

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

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

 span { border-color: rgb(152,129,86); }

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