Html Css Color HEX #988982 Almond Frost

📋 copy color: '#988982'

red 152 ◦ green 137 ◦ blue 130

#988982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #988982

Tints of Almond Frost #988982

RGB

 RED value IS 152 (59.77% from 255) = 36.28%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 36.28%
G = 32.7%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988982 (or 0x988982) is known color: Almond Frost. HEX triplet: 98, 89 and 82. RGB value is (152,137,130). Sum of RGB (Red+Green+Blue) = 152+137+130=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988982 is #67767D. Grayscale: #8C8C8C. Windows color (decimal): -6780542 or 8554904. OLE color: 8554904.

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

Color convert

RGB 152 137 130 -
CMYK 0 0.10 0.14 0.40
HSL 19.09º 0.1% 0.55% -
HSV(B) 19.09º 0.14% 0.6% -
XYZ 25.92 26.18 24.81 -
YUV 140.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 152 137 130 0 0.10 0.14 0.40 19.09 0.1 0.55
Hex 98 89 82 0 A E 28 13 A 37
Octal 230 211 202 0 12 16 50 23 12 67
Binary 10011000 10001001 10000010 0 1010 1110 101000 10011 1010 110111

Color Harmonies of #988982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988982

Black with #988982

Text Example


Text Example

White with #988982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988982; }

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

 H1.HeaderClassName
 {
   color: #988982;
 }
 .AnyTagClassName
 {
   color: #988982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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