#95B287

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

Shades of Mantle #95B287

Tints of Mantle #95B287

Color information

#95B287 (or 0x95B287) is unknown color: approx Mantle. HEX triplet: 95, B2 and 87. RGB value is (149,178,135). Sum of RGB (Red+Green+Blue) = 149+178+135=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #95B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B287 is #6A4D78. Grayscale: #A4A4A4. Windows color (decimal): -6966649 or 8893077. OLE color: 8893077.

HSL color Cylindrical-coordinate representation of color #95B287: hue angle of 100.47º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95B287 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB149178135-
CMYK0.1600.240.30
HSL100.47º21.83%61.37%-
HSV(B)100.47º24.16%69.8%-
XYZ32.6939.9828.92-
YUV164.43111.39117-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=32.25%
G=38.53%
B=29.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491781350.1600.240.30100.4721.8361.37
Hex95B287100181E64163d
Octal22526220720030361442675
Binary1001010110110010100001111000001100011110110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,178,135); }

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

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

 a { background-color: rgb(149,178,135); }

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

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

 span { border-color: rgb(149,178,135); }

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