Html Css Color HEX #95A990 Mantle

📋 copy color: '#95A990'

red 149 ◦ green 169 ◦ blue 144

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

Shades of Mantle #95A990

Tints of Mantle #95A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 32.25%
G = 36.58%
B = 31.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#95A990 (or 0x95A990) is known color: Mantle. HEX triplet: 95, A9 and 90. RGB value is (149,169,144). Sum of RGB (Red+Green+Blue) = 149+169+144=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #95A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A990 is #6A566F. Grayscale: #A0A0A0. Windows color (decimal): -6968944 or 9480597. OLE color: 9480597.

HSL color Cylindrical-coordinate representation of color #95A990: hue angle of 108º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95A990 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 144 -
CMYK 0.12 0 0.15 0.34
HSL 108º 0.13% 0.61% -
HSV(B) 108º 0.15% 0.66% -
XYZ 31.62 36.78 31.82 -
YUV 160.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 149 169 144 0.12 0 0.15 0.34 108 0.13 0.61
Hex 95 A9 90 C 0 F 22 6C D 3D
Octal 225 251 220 14 0 17 42 154 15 75
Binary 10010101 10101001 10010000 1100 0 1111 100010 1101100 1101 111101

Color Harmonies of #95A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A990

Black with #95A990

Text Example


Text Example

White with #95A990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,144); }

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

background-color css

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

 a { background-color: rgb(149,169,144); }

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

border-color css

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

 span { border-color: rgb(149,169,144); }

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