#988376

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

Shades of Almond Frost #988376

Tints of Almond Frost #988376

Color information

#988376 (or 0x988376) is unknown color: approx Almond Frost. HEX triplet: 98, 83 and 76. RGB value is (152,131,118). Sum of RGB (Red+Green+Blue) = 152+131+118=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988376 is #677C89. Grayscale: #878787. Windows color (decimal): -6782090 or 7766936. OLE color: 7766936.

HSL color Cylindrical-coordinate representation of color #988376: hue angle of 22.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988376 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152131118-
CMYK00.140.220.40
HSL22.94º14.17%52.94%-
HSV(B)22.94º22.37%59.61%-
XYZ24.3424.2220.53-
YUV135.8117.96139.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=37.91%
G=32.67%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213111800.140.220.4022.9414.1752.94
Hex9883760E162817e35
Octal2302031660162650271665
Binary100110001000001111101100111010110101000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988376; }

 p { color: rgb(152,131,118); }

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

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

 a { background-color: rgb(152,131,118); }

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

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

 span { border-color: rgb(152,131,118); }

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