Html Css Color HEX #99A495 Mantle

📋 copy color: '#99A495'

red 153 ◦ green 164 ◦ blue 149

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

Shades of Mantle #99A495

Tints of Mantle #99A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.19%

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 32.83%
G = 35.19%
B = 31.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#99A495 (or 0x99A495) is known color: Mantle. HEX triplet: 99, A4 and 95. RGB value is (153,164,149). Sum of RGB (Red+Green+Blue) = 153+164+149=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #99A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A495 is #665B6A. Grayscale: #9F9F9F. Windows color (decimal): -6708075 or 9807001. OLE color: 9807001.

HSL color Cylindrical-coordinate representation of color #99A495: hue angle of 104º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A495 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 149 -
CMYK 0.07 0 0.09 0.36
HSL 104º 0.08% 0.61% -
HSV(B) 104º 0.09% 0.64% -
XYZ 31.84 35.49 33.61 -
YUV 159 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 153 164 149 0.07 0 0.09 0.36 104 0.08 0.61
Hex 99 A4 95 7 0 9 24 68 8 3D
Octal 231 244 225 7 0 11 44 150 10 75
Binary 10011001 10100100 10010101 111 0 1001 100100 1101000 1000 111101

Color Harmonies of #99A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A495

Black with #99A495

Text Example


Text Example

White with #99A495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,149); }

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

background-color css

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

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

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

border-color css

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

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

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