#95B489

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

Shades of Mantle #95B489

Tints of Mantle #95B489

Color information

#95B489 (or 0x95B489) is unknown color: approx Mantle. HEX triplet: 95, B4 and 89. RGB value is (149,180,137). Sum of RGB (Red+Green+Blue) = 149+180+137=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #95B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B489 is #6A4B76. Grayscale: #A5A5A5. Windows color (decimal): -6966135 or 9024661. OLE color: 9024661.

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

Color convert

RGB149180137-
CMYK0.1700.240.29
HSL103.26º22.28%62.16%-
HSV(B)103.26º23.89%70.59%-
XYZ33.2340.8429.8-
YUV165.83111.73116-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=31.97%
G=38.63%
B=29.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801370.1700.240.29103.2622.2862.16
Hex95B489110181D67163e
Octal22526421121030351472676
Binary1001010110110100100010011000101100011101110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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