#958982

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

Shades of Almond Frost #958982

Tints of Almond Frost #958982

Color information

#958982 (or 0x958982) is unknown color: approx Almond Frost. HEX triplet: 95, 89 and 82. RGB value is (149,137,130). Sum of RGB (Red+Green+Blue) = 149+137+130=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958982 is #6A767D. Grayscale: #8B8B8B. Windows color (decimal): -6977150 or 8554901. OLE color: 8554901.

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

Color convert

RGB149137130-
CMYK00.080.130.42
HSL22.11º8.23%54.71%-
HSV(B)22.11º12.75%58.43%-
XYZ25.3725.8924.78-
YUV139.79122.48134.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=35.82%
G=32.93%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713000.080.130.4222.118.2354.71
Hex95898208D2A16837
Octal2252112020101552261067
Binary100101011000100110000010010001101101010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958982; }

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

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

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

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

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

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

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

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