Html Css Color HEX #99A899 Mantle

📋 copy color: '#99A899'

red 153 ◦ green 168 ◦ blue 153

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

Shades of Mantle #99A899

Tints of Mantle #99A899

RGB

 RED value IS 153 (60.16% from 255) = 32.28%

 GREEN value IS 168 (66.02% from 255) = 35.44%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 32.28%
G = 35.44%
B = 32.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#99A899 (or 0x99A899) is known color: Mantle. HEX triplet: 99, A8 and 99. RGB value is (153,168,153). Sum of RGB (Red+Green+Blue) = 153+168+153=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #99A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A899 is #665766. Grayscale: #A1A1A1. Windows color (decimal): -6707047 or 10070169. OLE color: 10070169.

HSL color Cylindrical-coordinate representation of color #99A899: hue angle of 120º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A899 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 168 153 -
CMYK 0.09 0 0.09 0.34
HSL 120º 0.08% 0.63% -
HSV(B) 120º 0.09% 0.66% -
XYZ 32.89 37.08 35.56 -
YUV 161.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 153 168 153 0.09 0 0.09 0.34 120 0.08 0.63
Hex 99 A8 99 9 0 9 22 78 8 3F
Octal 231 250 231 11 0 11 42 170 10 77
Binary 10011001 10101000 10011001 1001 0 1001 100010 1111000 1000 111111

Color Harmonies of #99A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A899

Black with #99A899

Text Example


Text Example

White with #99A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A899; }

 p { color: rgb(153,168,153); }

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

background-color css

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

 a { background-color: rgb(153,168,153); }

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

border-color css

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

 span { border-color: rgb(153,168,153); }

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