Html Css Color HEX #988980 Almond Frost

📋 copy color: '#988980'

red 152 ◦ green 137 ◦ blue 128

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

Shades of Almond Frost #988980

Tints of Almond Frost #988980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 36.45%
G = 32.85%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988980 (or 0x988980) is known color: Almond Frost. HEX triplet: 98, 89 and 80. RGB value is (152,137,128). Sum of RGB (Red+Green+Blue) = 152+137+128=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988980 is #67767F. Grayscale: #8C8C8C. Windows color (decimal): -6780544 or 8423832. OLE color: 8423832.

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

Color convert

RGB 152 137 128 -
CMYK 0 0.10 0.16 0.40
HSL 22.5º 0.1% 0.55% -
HSV(B) 22.5º 0.16% 0.6% -
XYZ 25.79 26.13 24.11 -
YUV 140.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 152 137 128 0 0.10 0.16 0.40 22.5 0.1 0.55
Hex 98 89 80 0 A 10 28 16 A 37
Octal 230 211 200 0 12 20 50 26 12 67
Binary 10011000 10001001 10000000 0 1010 10000 101000 10110 1010 110111

Color Harmonies of #988980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988980

Black with #988980

Text Example


Text Example

White with #988980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988980; }

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

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

background-color css

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

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

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

border-color css

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

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

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