Html Css Color HEX #95A193 Mantle

📋 copy color: '#95A193'

red 149 ◦ green 161 ◦ blue 147

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

Shades of Mantle #95A193

Tints of Mantle #95A193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 32.6%
G = 35.23%
B = 32.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#95A193 (or 0x95A193) is known color: Mantle. HEX triplet: 95, A1 and 93. RGB value is (149,161,147). Sum of RGB (Red+Green+Blue) = 149+161+147=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #95A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A193 is #6A5E6C. Grayscale: #9B9B9B. Windows color (decimal): -6970989 or 9675157. OLE color: 9675157.

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

Color convert

RGB 149 161 147 -
CMYK 0.07 0 0.09 0.37
HSL 111.43º 0.07% 0.6% -
HSV(B) 111.43º 0.09% 0.63% -
XYZ 30.41 33.99 32.56 -
YUV 155.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 149 161 147 0.07 0 0.09 0.37 111.43 0.07 0.6
Hex 95 A1 93 7 0 9 25 6F 7 3C
Octal 225 241 223 7 0 11 45 157 7 74
Binary 10010101 10100001 10010011 111 0 1001 100101 1101111 111 111100

Color Harmonies of #95A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A193

Black with #95A193

Text Example


Text Example

White with #95A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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