Shades of Pigment Green #11B85B
Tints of Pigment Green #11B85B
RGB
CMYK
RGB Variations
Color information
#11B85B (or 0x11B85B) is known color: Pigment Green. HEX triplet: 11, B8 and 5B. RGB value is (17,184,91). Sum of RGB (Red+Green+Blue) = 17+184+91=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #11B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B85B is #EE47A4. Grayscale: #7B7B7B. Windows color (decimal): -15615909 or 6010897. OLE color: 6010897.
HSL color Cylindrical-coordinate representation of color #11B85B: hue angle of 146.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B85B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 91 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.28 |
| HSL | 146.59º | 0.83% | 0.39% | - |
| HSV(B) | 146.59º | 0.91% | 0.72% | - |
| XYZ | 19.26 | 35.16 | 15.67 | - |
| YUV | 123.47 | 109.67 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 91 | 0.91 | 0 | 0.51 | 0.28 | 146.59 | 0.83 | 0.39 |
| Hex | 11 | B8 | 5B | 5B | 0 | 33 | 1C | 93 | 53 | 27 |
| Octal | 21 | 270 | 133 | 133 | 0 | 63 | 34 | 223 | 123 | 47 |
| Binary | 10001 | 10111000 | 1011011 | 1011011 | 0 | 110011 | 11100 | 10010011 | 1010011 | 100111 |
Color Harmonies of #11B85B
Complementary color
Monochromatic Colors of #11B85B
Black with #11B85B
Text Example
Text Example
White with #11B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B85B; }
p { color: rgb(17,184,91); }
H1.HeaderClassName
{
color: #11B85B;
}
.AnyTagClassName
{
color: #11B85B;
}
</style>
background-color css
<style>
a { background-color: #11B85B; }
a { background-color: rgb(17,184,91); }
div.DivClassName
{
background-color: #11B85B;
}
.BgClassName
{
background-color: #11B85B;
}
</style>
border-color css
<style>
span { border-color: #11B85B; }
span { border-color: rgb(17,184,91); }
td.TdClassName
{
border-color: #11B85B;
}
.TagClassName
{
border-color: #11B85B;
}
</style>