#95B093

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

Shades of Mantle #95B093

Tints of Mantle #95B093

Color information

#95B093 (or 0x95B093) is unknown color: approx Mantle. HEX triplet: 95, B0 and 93. RGB value is (149,176,147). Sum of RGB (Red+Green+Blue) = 149+176+147=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #95B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B093 is #6A4F6C. Grayscale: #A4A4A4. Windows color (decimal): -6967149 or 9678997. OLE color: 9678997.

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

Color convert

RGB149176147-
CMYK0.1500.160.31
HSL115.86º15.51%63.33%-
HSV(B)115.86º16.48%69.02%-
XYZ33.1939.5533.49-
YUV164.62118.05116.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=31.57%
G=37.29%
B=31.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761470.1500.160.31115.8615.5163.33
Hex95B093F0101F74103f
Octal22526022317020371642077
Binary100101011011000010010011111101000011111111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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