#95B88A

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

Shades of Mantle #95B88A

Tints of Mantle #95B88A

Color information

#95B88A (or 0x95B88A) is unknown color: approx Mantle. HEX triplet: 95, B8 and 8A. RGB value is (149,184,138). Sum of RGB (Red+Green+Blue) = 149+184+138=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #95B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B88A is #6A4775. Grayscale: #A8A8A8. Windows color (decimal): -6965110 or 9091221. OLE color: 9091221.

HSL color Cylindrical-coordinate representation of color #95B88A: hue angle of 105.65º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95B88A is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB149184138-
CMYK0.1900.250.28
HSL105.65º24.47%63.14%-
HSV(B)105.65º25%72.16%-
XYZ34.1242.5130.45-
YUV168.29110.9114.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=31.63%
G=39.07%
B=29.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491841380.1900.250.28105.6524.4763.14
Hex95B88A130191C6a183f
Octal22527021223031341523077
Binary1001010110111000100010101001101100111100110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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