#988979

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

Shades of Almond Frost #988979

Tints of Almond Frost #988979

Color information

#988979 (or 0x988979) is unknown color: approx Almond Frost. HEX triplet: 98, 89 and 79. RGB value is (152,137,121). Sum of RGB (Red+Green+Blue) = 152+137+121=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988979 is #677686. Grayscale: #8B8B8B. Windows color (decimal): -6780551 or 7965080. OLE color: 7965080.

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

Color convert

RGB152137121-
CMYK00.100.200.40
HSL30.97º13.08%53.53%-
HSV(B)30.97º20.39%59.61%-
XYZ25.3525.9521.76-
YUV139.66117.47136.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=37.07%
G=33.41%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213712100.100.200.4030.9713.0853.53
Hex9889790A14281fd36
Octal2302111710122450371566
Binary100110001000100111110010101010100101000111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988979; }

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

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

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

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

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

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

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

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