#988479

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

Shades of Almond Frost #988479

Tints of Almond Frost #988479

Color information

#988479 (or 0x988479) is unknown color: approx Almond Frost. HEX triplet: 98, 84 and 79. RGB value is (152,132,121). Sum of RGB (Red+Green+Blue) = 152+132+121=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #988479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988479 is #677B86. Grayscale: #888888. Windows color (decimal): -6781831 or 7963800. OLE color: 7963800.

HSL color Cylindrical-coordinate representation of color #988479: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988479 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152132121-
CMYK00.130.200.40
HSL21.29º13.08%53.53%-
HSV(B)21.29º20.39%59.61%-
XYZ24.6524.5621.53-
YUV136.73119.13138.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=37.53%
G=32.59%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213212100.130.200.4021.2913.0853.53
Hex9884790D142815d36
Octal2302041710152450251566
Binary100110001000010011110010110110100101000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988479; }

 p { color: rgb(152,132,121); }

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

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

 a { background-color: rgb(152,132,121); }

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

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

 span { border-color: rgb(152,132,121); }

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