#11BA85

Color #11BA85 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #11BA85

Tints of Mountain Meadow #11BA85

Color information

#11BA85 (or 0x11BA85) is unknown color: approx Mountain Meadow. HEX triplet: 11, BA and 85. RGB value is (17,186,133). Sum of RGB (Red+Green+Blue) = 17+186+133=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA85 is #EE457A. Grayscale: #818181. Windows color (decimal): -15615355 or 8763921. OLE color: 8763921.

HSL color Cylindrical-coordinate representation of color #11BA85: hue angle of 161.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA85 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB17186133-
CMYK0.9100.280.27
HSL161.18º83.25%39.8%-
HSV(B)161.18º90.86%72.94%-
XYZ22.0236.9328.16-
YUV129.43130.0147.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.06%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=5.06%
G=55.36%
B=39.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861330.9100.280.27161.1883.2539.8
Hex11BA855B01C1Ba15328
Octal212722051330343324112350
Binary100011011101010000101101101101110011011101000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11BA85; }

 p { color: rgb(17,186,133); }

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

<style>
 a { background-color: #11BA85; }

 a { background-color: rgb(17,186,133); }

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

<style>
 span { border-color: #11BA85; }

 span { border-color: rgb(17,186,133); }

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