#998254

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

Shades of Muesli #998254

Tints of Muesli #998254

Color information

#998254 (or 0x998254) is unknown color: approx Muesli. HEX triplet: 99, 82 and 54. RGB value is (153,130,84). Sum of RGB (Red+Green+Blue) = 153+130+84=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998254 is #667DAB. Grayscale: #838383. Windows color (decimal): -6716844 or 5538457. OLE color: 5538457.

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

Color convert

RGB15313084-
CMYK00.150.450.4
HSL40º29.11%46.47%-
HSV(B)40º45.1%60%-
XYZ22.7223.3811.7-
YUV131.63101.12143.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=41.69%
G=35.42%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531308400.150.450.44029.1146.47
Hex9982540F2D28281d2e
Octal2312021240175550503556
Binary100110011000001010101000111110110110100010100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998254; }

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

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

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

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

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

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

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

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