#95B08C

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

Shades of Mantle #95B08C

Tints of Mantle #95B08C

Color information

#95B08C (or 0x95B08C) is unknown color: approx Mantle. HEX triplet: 95, B0 and 8C. RGB value is (149,176,140). Sum of RGB (Red+Green+Blue) = 149+176+140=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #95B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B08C is #6A4F73. Grayscale: #A3A3A3. Windows color (decimal): -6967156 or 9220245. OLE color: 9220245.

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

Color convert

RGB149176140-
CMYK0.1500.200.31
HSL105º18.56%61.96%-
HSV(B)105º20.45%69.02%-
XYZ32.6539.3330.68-
YUV163.82114.55117.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=32.04%
G=37.85%
B=30.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761400.1500.200.3110518.5661.96
Hex95B08CF0141F69133e
Octal22526021417024371512376
Binary100101011011000010001100111101010011111110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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