Html Css Color HEX #988981 Almond Frost

📋 copy color: '#988981'

red 152 ◦ green 137 ◦ blue 129

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

Shades of Almond Frost #988981

Tints of Almond Frost #988981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 36.36%
G = 32.78%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#988981 (or 0x988981) is known color: Almond Frost. HEX triplet: 98, 89 and 81. RGB value is (152,137,129). Sum of RGB (Red+Green+Blue) = 152+137+129=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988981 is #67767E. Grayscale: #8C8C8C. Windows color (decimal): -6780543 or 8489368. OLE color: 8489368.

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

Color convert

RGB 152 137 129 -
CMYK 0 0.10 0.15 0.40
HSL 20.87º 0.1% 0.55% -
HSV(B) 20.87º 0.15% 0.6% -
XYZ 25.86 26.15 24.45 -
YUV 140.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 152 137 129 0 0.10 0.15 0.40 20.87 0.1 0.55
Hex 98 89 81 0 A F 28 15 A 37
Octal 230 211 201 0 12 17 50 25 12 67
Binary 10011000 10001001 10000001 0 1010 1111 101000 10101 1010 110111

Color Harmonies of #988981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988981

Black with #988981

Text Example


Text Example

White with #988981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988981; }

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

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

background-color css

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

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

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

border-color css

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

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

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