#95b092

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

Shades of Mantle #95B092

Tints of Mantle #95B092

Color information

#95B092 (or 0x95B092) is unknown color: approx Mantle. HEX triplet: 95, B0 and 92. RGB value is (149,176,146). Sum of RGB (Red+Green+Blue) = 149+176+146=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #95B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B092 is #6A4F6D. Grayscale: #A4A4A4. Windows color (decimal): -6967150 or 9613461. OLE color: 9613461.

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

Color convert

RGB149176146-
CMYK0.1500.170.31
HSL114º15.96%63.14%-
HSV(B)114º17.05%69.02%-
XYZ33.1139.5233.08-
YUV164.51117.55116.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=31.63%
G=37.37%
B=31.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761460.1500.170.3111415.9663.14
Hex95B092F0111F72103f
Octal22526022217021371622077
Binary100101011011000010010010111101000111111111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95b092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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