#95B48F

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

Shades of Mantle #95B48F

Tints of Mantle #95B48F

Color information

#95B48F (or 0x95B48F) is unknown color: approx Mantle. HEX triplet: 95, B4 and 8F. RGB value is (149,180,143). Sum of RGB (Red+Green+Blue) = 149+180+143=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #95B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B48F is #6A4B70. Grayscale: #A6A6A6. Windows color (decimal): -6966129 or 9417877. OLE color: 9417877.

HSL color Cylindrical-coordinate representation of color #95B48F: hue angle of 110.27º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B48F is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB149180143-
CMYK0.1700.210.29
HSL110.27º19.79%63.33%-
HSV(B)110.27º20.56%70.59%-
XYZ33.6741.0232.13-
YUV166.51114.73115.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=31.57%
G=38.14%
B=30.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801430.1700.210.29110.2719.7963.33
Hex95B48F110151D6e143f
Octal22526421721025351562477
Binary1001010110110100100011111000101010111101110111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,143); }

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

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

 a { background-color: rgb(149,180,143); }

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

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

 span { border-color: rgb(149,180,143); }

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