#998251

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

Shades of Muesli #998251

Tints of Muesli #998251

Color information

#998251 (or 0x998251) is unknown color: approx Muesli. HEX triplet: 99, 82 and 51. RGB value is (153,130,81). Sum of RGB (Red+Green+Blue) = 153+130+81=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #998251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998251 is #667DAE. Grayscale: #838383. Windows color (decimal): -6716847 or 5341849. OLE color: 5341849.

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

Color convert

RGB15313081-
CMYK00.150.470.4
HSL40.83º30.77%45.88%-
HSV(B)40.83º47.06%60%-
XYZ22.623.3311.1-
YUV131.2999.62143.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=42.03%
G=35.71%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531308100.150.470.440.8330.7745.88
Hex9982510F2F28291f2e
Octal2312021210175750513756
Binary100110011000001010100010111110111110100010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998251; }

 p { color: rgb(153,130,81); }

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

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

 a { background-color: rgb(153,130,81); }

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

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

 span { border-color: rgb(153,130,81); }

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