Shades of Pigment Green #1BB154
Tints of Pigment Green #1BB154
RGB
CMYK
RGB Variations
Color information
#1BB154 (or 0x1BB154) is known color: Pigment Green. HEX triplet: 1B, B1 and 54. RGB value is (27,177,84). Sum of RGB (Red+Green+Blue) = 27+177+84=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB154 is #E44EAB. Grayscale: #797979. Windows color (decimal): -14962348 or 5550363. OLE color: 5550363.
HSL color Cylindrical-coordinate representation of color #1BB154: hue angle of 142.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB154 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 177 | 84 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.31 |
| HSL | 142.8º | 0.74% | 0.4% | - |
| HSV(B) | 142.8º | 0.85% | 0.69% | - |
| XYZ | 17.77 | 32.32 | 13.69 | - |
| YUV | 121.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 177 | 84 | 0.85 | 0 | 0.53 | 0.31 | 142.8 | 0.74 | 0.4 |
| Hex | 1B | B1 | 54 | 55 | 0 | 35 | 1F | 8F | 4A | 28 |
| Octal | 33 | 261 | 124 | 125 | 0 | 65 | 37 | 217 | 112 | 50 |
| Binary | 11011 | 10110001 | 1010100 | 1010101 | 0 | 110101 | 11111 | 10001111 | 1001010 | 101000 |
Color Harmonies of #1BB154
Complementary color
Monochromatic Colors of #1BB154
Black with #1BB154
Text Example
Text Example
White with #1BB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB154; }
p { color: rgb(27,177,84); }
H1.HeaderClassName
{
color: #1BB154;
}
.AnyTagClassName
{
color: #1BB154;
}
</style>
background-color css
<style>
a { background-color: #1BB154; }
a { background-color: rgb(27,177,84); }
div.DivClassName
{
background-color: #1BB154;
}
.BgClassName
{
background-color: #1BB154;
}
</style>
border-color css
<style>
span { border-color: #1BB154; }
span { border-color: rgb(27,177,84); }
td.TdClassName
{
border-color: #1BB154;
}
.TagClassName
{
border-color: #1BB154;
}
</style>