#978982

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

Shades of Almond Frost #978982

Tints of Almond Frost #978982

Color information

#978982 (or 0x978982) is unknown color: approx Almond Frost. HEX triplet: 97, 89 and 82. RGB value is (151,137,130). Sum of RGB (Red+Green+Blue) = 151+137+130=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #978982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978982 is #68767D. Grayscale: #8C8C8C. Windows color (decimal): -6846078 or 8554903. OLE color: 8554903.

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

Color convert

RGB151137130-
CMYK00.090.140.41
HSL20º9.17%55.1%-
HSV(B)20º13.91%59.22%-
XYZ25.7426.0824.8-
YUV140.39122.14135.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=36.12%
G=32.78%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113713000.090.140.41209.1755.1
Hex97898209E2914937
Octal2272112020111651241167
Binary100101111000100110000010010011110101001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978982; }

 p { color: rgb(151,137,130); }

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

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

 a { background-color: rgb(151,137,130); }

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

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

 span { border-color: rgb(151,137,130); }

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