#11BA5B

Color #11BA5B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #11BA5B

Tints of Pigment Green #11BA5B

Color information

#11BA5B (or 0x11BA5B) is unknown color: approx Pigment Green. HEX triplet: 11, BA and 5B. RGB value is (17,186,91). Sum of RGB (Red+Green+Blue) = 17+186+91=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA5B is #EE45A4. Grayscale: #7C7C7C. Windows color (decimal): -15615397 or 6011409. OLE color: 6011409.

HSL color Cylindrical-coordinate representation of color #11BA5B: hue angle of 146.27º 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 #11BA5B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1718691-
CMYK0.9100.510.27
HSL146.27º83.25%39.8%-
HSV(B)146.27º90.86%72.94%-
XYZ19.6835.9915.81-
YUV124.64109.0151.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=5.78%
G=63.27%
B=30.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186910.9100.510.27146.2783.2539.8
Hex11BA5B5B0331B925328
Octal212721331330633322212350
Binary100011011101010110111011011011001111011100100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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