#988256

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

Shades of Muesli #988256

Tints of Muesli #988256

Color information

#988256 (or 0x988256) is unknown color: approx Muesli. HEX triplet: 98, 82 and 56. RGB value is (152,130,86). Sum of RGB (Red+Green+Blue) = 152+130+86=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988256 is #677DA9. Grayscale: #838383. Windows color (decimal): -6782378 or 5669528. OLE color: 5669528.

HSL color Cylindrical-coordinate representation of color #988256: hue angle of 40º 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 #988256 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15213086-
CMYK00.140.430.40
HSL40º27.73%46.67%-
HSV(B)40º43.42%59.61%-
XYZ22.6123.3112.11-
YUV131.56102.29142.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=41.30%
G=35.33%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521308600.140.430.404027.7346.67
Hex9882560E2B28281c2f
Octal2302021260165350503457
Binary100110001000001010101100111010101110100010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988256; }

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

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

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

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

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

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

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

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