#988152

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

Shades of Muesli #988152

Tints of Muesli #988152

Color information

#988152 (or 0x988152) is unknown color: approx Muesli. HEX triplet: 98, 81 and 52. RGB value is (152,129,82). Sum of RGB (Red+Green+Blue) = 152+129+82=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988152 is #677EAD. Grayscale: #828282. Windows color (decimal): -6782638 or 5407128. OLE color: 5407128.

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

Color convert

RGB15212982-
CMYK00.150.460.40
HSL40.29º29.91%45.88%-
HSV(B)40.29º46.05%59.61%-
XYZ22.3222.9911.24-
YUV130.52100.62143.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=41.87%
G=35.54%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521298200.150.460.4040.2929.9145.88
Hex9881520F2E28281e2e
Octal2302011220175650503656
Binary100110001000000110100100111110111010100010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988152; }

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

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

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

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

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

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

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

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