#95B193

Color #95B193 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #95B193

Tints of Mantle #95B193

Color information

#95B193 (or 0x95B193) is unknown color: approx Mantle. HEX triplet: 95, B1 and 93. RGB value is (149,177,147). Sum of RGB (Red+Green+Blue) = 149+177+147=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #95B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B193 is #6A4E6C. Grayscale: #A5A5A5. Windows color (decimal): -6966893 or 9679253. OLE color: 9679253.

HSL color Cylindrical-coordinate representation of color #95B193: hue angle of 116º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B193 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB149177147-
CMYK0.1600.170.31
HSL116º16.13%63.53%-
HSV(B)116º16.95%69.41%-
XYZ33.3839.9433.55-
YUV165.21117.72116.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=31.50%
G=37.42%
B=31.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771470.1600.170.3111616.1363.53
Hex95B193100111F741040
Octal225261223200213716420100
Binary10010101101100011001001110000010001111111110100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95B193;
 }
 .AnyTagClassName
 {
   color: #95B193;
 }
</style>
background-color css

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

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

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

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

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

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