Shades of Pigment Green #1BBA5D
Tints of Pigment Green #1BBA5D
RGB
CMYK
RGB Variations
Color information
#1BBA5D (or 0x1BBA5D) is known color: Pigment Green. HEX triplet: 1B, BA and 5D. RGB value is (27,186,93). Sum of RGB (Red+Green+Blue) = 27+186+93=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA5D is #E445A2. Grayscale: #808080. Windows color (decimal): -14960035 or 6142491. OLE color: 6142491.
HSL color Cylindrical-coordinate representation of color #1BBA5D: hue angle of 144.91º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA5D is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 93 | - |
| CMYK | 0.85 | 0 | 0.5 | 0.27 |
| HSL | 144.91º | 0.75% | 0.42% | - |
| HSV(B) | 144.91º | 0.85% | 0.73% | - |
| XYZ | 19.99 | 36.14 | 16.28 | - |
| YUV | 127.86 | 108.32 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 93 | 0.85 | 0 | 0.5 | 0.27 | 144.91 | 0.75 | 0.42 |
| Hex | 1B | BA | 5D | 55 | 0 | 32 | 1B | 91 | 4B | 2A |
| Octal | 33 | 272 | 135 | 125 | 0 | 62 | 33 | 221 | 113 | 52 |
| Binary | 11011 | 10111010 | 1011101 | 1010101 | 0 | 110010 | 11011 | 10010001 | 1001011 | 101010 |
Color Harmonies of #1BBA5D
Complementary color
Monochromatic Colors of #1BBA5D
Black with #1BBA5D
Text Example
Text Example
White with #1BBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA5D; }
p { color: rgb(27,186,93); }
H1.HeaderClassName
{
color: #1BBA5D;
}
.AnyTagClassName
{
color: #1BBA5D;
}
</style>
background-color css
<style>
a { background-color: #1BBA5D; }
a { background-color: rgb(27,186,93); }
div.DivClassName
{
background-color: #1BBA5D;
}
.BgClassName
{
background-color: #1BBA5D;
}
</style>
border-color css
<style>
span { border-color: #1BBA5D; }
span { border-color: rgb(27,186,93); }
td.TdClassName
{
border-color: #1BBA5D;
}
.TagClassName
{
border-color: #1BBA5D;
}
</style>