#95B28C

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

Shades of Mantle #95B28C

Tints of Mantle #95B28C

Color information

#95B28C (or 0x95B28C) is unknown color: approx Mantle. HEX triplet: 95, B2 and 8C. RGB value is (149,178,140). Sum of RGB (Red+Green+Blue) = 149+178+140=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #95B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B28C is #6A4D73. Grayscale: #A5A5A5. Windows color (decimal): -6966644 or 9220757. OLE color: 9220757.

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

Color convert

RGB149178140-
CMYK0.1600.210.30
HSL105.79º19.79%62.35%-
HSV(B)105.79º21.35%69.8%-
XYZ33.0540.1230.81-
YUV165113.89116.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=31.91%
G=38.12%
B=29.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491781400.1600.210.30105.7919.7962.35
Hex95B28C100151E6a143e
Octal22526221420025361522476
Binary1001010110110010100011001000001010111110110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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