#998450

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

Shades of Muesli #998450

Tints of Muesli #998450

Color information

#998450 (or 0x998450) is unknown color: approx Muesli. HEX triplet: 99, 84 and 50. RGB value is (153,132,80). Sum of RGB (Red+Green+Blue) = 153+132+80=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998450 is #667BAF. Grayscale: #848484. Windows color (decimal): -6716336 or 5276825. OLE color: 5276825.

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

Color convert

RGB15313280-
CMYK00.140.480.4
HSL42.74º31.33%45.69%-
HSV(B)42.74º47.71%60%-
XYZ22.8423.8510.99-
YUV132.3598.46142.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=41.92%
G=36.16%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531328000.140.480.442.7431.3345.69
Hex9984500E30282b1f2e
Octal2312041200166050533756
Binary100110011000010010100000111011000010100010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998450; }

 p { color: rgb(153,132,80); }

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

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

 a { background-color: rgb(153,132,80); }

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

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

 span { border-color: rgb(153,132,80); }

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