Html Css Color HEX #988479 Almond Frost

📋 copy color: '#988479'

red 152 ◦ green 132 ◦ blue 121

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

Shades of Almond Frost #988479

Tints of Almond Frost #988479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 37.53%
G = 32.59%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988479 (or 0x988479) is known color: Almond Frost. HEX triplet: 98, 84 and 79. RGB value is (152,132,121). Sum of RGB (Red+Green+Blue) = 152+132+121=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #988479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988479 is #677B86. Grayscale: #888888. Windows color (decimal): -6781831 or 7963800. OLE color: 7963800.

HSL color Cylindrical-coordinate representation of color #988479: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988479 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 121 -
CMYK 0 0.13 0.20 0.40
HSL 21.29º 0.13% 0.54% -
HSV(B) 21.29º 0.2% 0.6% -
XYZ 24.65 24.56 21.53 -
YUV 136.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 152 132 121 0 0.13 0.20 0.40 21.29 0.13 0.54
Hex 98 84 79 0 D 14 28 15 D 36
Octal 230 204 171 0 15 24 50 25 15 66
Binary 10011000 10000100 1111001 0 1101 10100 101000 10101 1101 110110

Color Harmonies of #988479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988479

Black with #988479

Text Example


Text Example

White with #988479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988479; }

 p { color: rgb(152,132,121); }

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

background-color css

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

 a { background-color: rgb(152,132,121); }

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

border-color css

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

 span { border-color: rgb(152,132,121); }

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