#988B84

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

Shades of Almond Frost #988B84

Tints of Almond Frost #988B84

Color information

#988B84 (or 0x988B84) is unknown color: approx Almond Frost. HEX triplet: 98, 8B and 84. RGB value is (152,139,132). Sum of RGB (Red+Green+Blue) = 152+139+132=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B84 is #67747B. Grayscale: #8E8E8E. Windows color (decimal): -6780028 or 8686488. OLE color: 8686488.

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

Color convert

RGB152139132-
CMYK00.090.130.40
HSL21º8.85%55.69%-
HSV(B)21º13.16%59.61%-
XYZ26.3526.8125.62-
YUV142.09122.31135.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=35.93%
G=32.86%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213913200.090.130.40218.8555.69
Hex988B8409D2815938
Octal2302132040111550251170
Binary100110001000101110000100010011101101000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B84; }

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

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

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

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

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

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

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

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