#988879

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

Shades of Almond Frost #988879

Tints of Almond Frost #988879

Color information

#988879 (or 0x988879) is unknown color: approx Almond Frost. HEX triplet: 98, 88 and 79. RGB value is (152,136,121). Sum of RGB (Red+Green+Blue) = 152+136+121=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988879 is #677786. Grayscale: #8B8B8B. Windows color (decimal): -6780807 or 7964824. OLE color: 7964824.

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

Color convert

RGB152136121-
CMYK00.110.200.40
HSL29.03º13.08%53.53%-
HSV(B)29.03º20.39%59.61%-
XYZ25.225.6621.71-
YUV139.07117.8137.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=37.16%
G=33.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213612100.110.200.4029.0313.0853.53
Hex9888790B14281dd36
Octal2302101710132450351566
Binary100110001000100011110010101110100101000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988879; }

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

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

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

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

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

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

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

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