#94B687

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

Shades of Mantle #94B687

Tints of Mantle #94B687

Color information

#94B687 (or 0x94B687) is unknown color: approx Mantle. HEX triplet: 94, B6 and 87. RGB value is (148,182,135). Sum of RGB (Red+Green+Blue) = 148+182+135=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #94B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B687 is #6B4978. Grayscale: #A6A6A6. Windows color (decimal): -7031161 or 8894100. OLE color: 8894100.

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

Color convert

RGB148182135-
CMYK0.1900.260.29
HSL103.4º24.35%62.16%-
HSV(B)103.4º25.82%71.37%-
XYZ33.3141.529.18-
YUV166.48110.24114.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=31.83%
G=39.14%
B=29.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821350.1900.260.29103.424.3562.16
Hex94B6871301A1D67183e
Octal22426620723032351473076
Binary1001010010110110100001111001101101011101110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B687; }

 p { color: rgb(148,182,135); }

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

<style>
 a { background-color: #94B687; }

 a { background-color: rgb(148,182,135); }

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

<style>
 span { border-color: #94B687; }

 span { border-color: rgb(148,182,135); }

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