Html Css Color HEX #95AA89 Mantle

📋 copy color: '#95AA89'

red 149 ◦ green 170 ◦ blue 137

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

Shades of Mantle #95AA89

Tints of Mantle #95AA89

RGB

 RED value IS 149 (58.59% from 255) = 32.68%

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 32.68%
G = 37.28%
B = 30.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#95AA89 (or 0x95AA89) is known color: Mantle. HEX triplet: 95, AA and 89. RGB value is (149,170,137). Sum of RGB (Red+Green+Blue) = 149+170+137=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA89 is #6A5576. Grayscale: #A0A0A0. Windows color (decimal): -6968695 or 9022101. OLE color: 9022101.

HSL color Cylindrical-coordinate representation of color #95AA89: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AA89 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 170 137 -
CMYK 0.12 0 0.19 0.33
HSL 98.18º 0.16% 0.6% -
HSV(B) 98.18º 0.19% 0.67% -
XYZ 31.28 36.95 29.15 -
YUV 159.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 149 170 137 0.12 0 0.19 0.33 98.18 0.16 0.6
Hex 95 AA 89 C 0 13 21 62 10 3C
Octal 225 252 211 14 0 23 41 142 20 74
Binary 10010101 10101010 10001001 1100 0 10011 100001 1100010 10000 111100

Color Harmonies of #95AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AA89

Black with #95AA89

Text Example


Text Example

White with #95AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AA89; }

 p { color: rgb(149,170,137); }

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

background-color css

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

 a { background-color: rgb(149,170,137); }

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

border-color css

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

 span { border-color: rgb(149,170,137); }

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