Html Css Color HEX #99A496 Mantle

📋 copy color: '#99A496'

red 153 ◦ green 164 ◦ blue 150

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

Shades of Mantle #99A496

Tints of Mantle #99A496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 32.76%
G = 35.12%
B = 32.12%

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

#99A496 (or 0x99A496) is known color: Mantle. HEX triplet: 99, A4 and 96. RGB value is (153,164,150). Sum of RGB (Red+Green+Blue) = 153+164+150=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #99A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A496 is #665B69. Grayscale: #9F9F9F. Windows color (decimal): -6708074 or 9872537. OLE color: 9872537.

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

Color convert

RGB 153 164 150 -
CMYK 0.07 0 0.09 0.36
HSL 107.14º 0.07% 0.62% -
HSV(B) 107.14º 0.09% 0.64% -
XYZ 31.92 35.53 34.03 -
YUV 159.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 153 164 150 0.07 0 0.09 0.36 107.14 0.07 0.62
Hex 99 A4 96 7 0 9 24 6B 7 3E
Octal 231 244 226 7 0 11 44 153 7 76
Binary 10011001 10100100 10010110 111 0 1001 100100 1101011 111 111110

Color Harmonies of #99A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A496

Black with #99A496

Text Example


Text Example

White with #99A496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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