Html Css Color HEX #95A18E Mantle

📋 copy color: '#95A18E'

red 149 ◦ green 161 ◦ blue 142

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

Shades of Mantle #95A18E

Tints of Mantle #95A18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 32.96%
G = 35.62%
B = 31.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#95A18E (or 0x95A18E) is known color: Mantle. HEX triplet: 95, A1 and 8E. RGB value is (149,161,142). Sum of RGB (Red+Green+Blue) = 149+161+142=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #95A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A18E is #6A5E71. Grayscale: #9B9B9B. Windows color (decimal): -6970994 or 9347477. OLE color: 9347477.

HSL color Cylindrical-coordinate representation of color #95A18E: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A18E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 142 -
CMYK 0.07 0 0.12 0.37
HSL 97.89º 0.09% 0.59% -
HSV(B) 97.89º 0.12% 0.63% -
XYZ 30.02 33.83 30.54 -
YUV 155.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 149 161 142 0.07 0 0.12 0.37 97.89 0.09 0.59
Hex 95 A1 8E 7 0 C 25 62 9 3B
Octal 225 241 216 7 0 14 45 142 11 73
Binary 10010101 10100001 10001110 111 0 1100 100101 1100010 1001 111011

Color Harmonies of #95A18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A18E

Black with #95A18E

Text Example


Text Example

White with #95A18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,161,142); }

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

background-color css

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

 a { background-color: rgb(149,161,142); }

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

border-color css

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

 span { border-color: rgb(149,161,142); }

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