#95B38A

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

Shades of Mantle #95B38A

Tints of Mantle #95B38A

Color information

#95B38A (or 0x95B38A) is unknown color: approx Mantle. HEX triplet: 95, B3 and 8A. RGB value is (149,179,138). Sum of RGB (Red+Green+Blue) = 149+179+138=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #95B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B38A is #6A4C75. Grayscale: #A5A5A5. Windows color (decimal): -6966390 or 9089941. OLE color: 9089941.

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

Color convert

RGB149179138-
CMYK0.1700.230.30
HSL103.9º21.24%62.16%-
HSV(B)103.9º22.91%70.2%-
XYZ33.140.4630.11-
YUV165.36112.56116.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=31.97%
G=38.41%
B=29.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791380.1700.230.30103.921.2462.16
Hex95B38A110171E68153e
Octal22526321221027361502576
Binary1001010110110011100010101000101011111110110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,179,138); }

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

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

 a { background-color: rgb(149,179,138); }

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

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

 span { border-color: rgb(149,179,138); }

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