#988054

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

Shades of Muesli #988054

Tints of Muesli #988054

Color information

#988054 (or 0x988054) is unknown color: approx Muesli. HEX triplet: 98, 80 and 54. RGB value is (152,128,84). Sum of RGB (Red+Green+Blue) = 152+128+84=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988054 is #677FAB. Grayscale: #828282. Windows color (decimal): -6782892 or 5537944. OLE color: 5537944.

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

Color convert

RGB15212884-
CMYK00.160.450.40
HSL38.82º28.81%46.27%-
HSV(B)38.82º44.74%59.61%-
XYZ22.2722.7511.61-
YUV130.16101.95143.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=41.76%
G=35.16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521288400.160.450.4038.8228.8146.27
Hex9880540102D28271d2e
Octal2302001240205550473556
Binary1001100010000000101010001000010110110100010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988054; }

 p { color: rgb(152,128,84); }

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

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

 a { background-color: rgb(152,128,84); }

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

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

 span { border-color: rgb(152,128,84); }

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