#95AF88

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

Shades of Mantle #95AF88

Tints of Mantle #95AF88

Color information

#95AF88 (or 0x95AF88) is unknown color: approx Mantle. HEX triplet: 95, AF and 88. RGB value is (149,175,136). Sum of RGB (Red+Green+Blue) = 149+175+136=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF88 is #6A5077. Grayscale: #A2A2A2. Windows color (decimal): -6967416 or 8957845. OLE color: 8957845.

HSL color Cylindrical-coordinate representation of color #95AF88: hue angle of 100º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95AF88 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB149175136-
CMYK0.1500.220.31
HSL100º19.6%60.98%-
HSV(B)100º22.29%68.63%-
XYZ32.1738.8329.09-
YUV162.78112.89118.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=32.39%
G=38.04%
B=29.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751360.1500.220.3110019.660.98
Hex95AF88F0161F64143d
Octal22525721017026371442475
Binary100101011010111110001000111101011011111110010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,136); }

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

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

 a { background-color: rgb(149,175,136); }

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

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

 span { border-color: rgb(149,175,136); }

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