#95BA88

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

Shades of Mantle #95BA88

Tints of Mantle #95BA88

Color information

#95BA88 (or 0x95BA88) is unknown color: approx Mantle. HEX triplet: 95, BA and 88. RGB value is (149,186,136). Sum of RGB (Red+Green+Blue) = 149+186+136=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA88 is #6A4577. Grayscale: #A9A9A9. Windows color (decimal): -6964600 or 8960661. OLE color: 8960661.

HSL color Cylindrical-coordinate representation of color #95BA88: hue angle of 104.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95BA88 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB149186136-
CMYK0.2000.270.27
HSL104.4º26.6%63.14%-
HSV(B)104.4º26.88%72.94%-
XYZ34.443.2829.83-
YUV169.24109.24113.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=31.63%
G=39.49%
B=28.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861360.2000.270.27104.426.663.14
Hex95BA881401B1B681b3f
Octal22527221024033331503377
Binary1001010110111010100010001010001101111011110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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