#95B089

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

Shades of Mantle #95B089

Tints of Mantle #95B089

Color information

#95B089 (or 0x95B089) is unknown color: approx Mantle. HEX triplet: 95, B0 and 89. RGB value is (149,176,137). Sum of RGB (Red+Green+Blue) = 149+176+137=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #95B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B089 is #6A4F76. Grayscale: #A3A3A3. Windows color (decimal): -6967159 or 9023637. OLE color: 9023637.

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

Color convert

RGB149176137-
CMYK0.1500.220.31
HSL101.54º19.8%61.37%-
HSV(B)101.54º22.16%69.02%-
XYZ32.4439.2529.53-
YUV163.48113.05117.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=32.25%
G=38.10%
B=29.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761370.1500.220.31101.5419.861.37
Hex95B089F0161F66143d
Octal22526021117026371462475
Binary100101011011000010001001111101011011111110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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