#978B83

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

Shades of Almond Frost #978B83

Tints of Almond Frost #978B83

Color information

#978B83 (or 0x978B83) is unknown color: approx Almond Frost. HEX triplet: 97, 8B and 83. RGB value is (151,139,131). Sum of RGB (Red+Green+Blue) = 151+139+131=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #978B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B83 is #68747C. Grayscale: #8D8D8D. Windows color (decimal): -6845565 or 8620951. OLE color: 8620951.

HSL color Cylindrical-coordinate representation of color #978B83: hue angle of 24º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978B83 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB151139131-
CMYK00.080.130.41
HSL24º8.77%55.29%-
HSV(B)24º13.25%59.22%-
XYZ26.0926.6825.25-
YUV141.68121.98134.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=35.87%
G=33.02%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113913100.080.130.41248.7755.29
Hex978B8308D2918937
Octal2272132030101551301167
Binary100101111000101110000011010001101101001110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978B83; }

 p { color: rgb(151,139,131); }

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

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

 a { background-color: rgb(151,139,131); }

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

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

 span { border-color: rgb(151,139,131); }

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