Shades of Pigment Green #1BAC54
Tints of Pigment Green #1BAC54
RGB
CMYK
RGB Variations
Color information
#1BAC54 (or 0x1BAC54) is known color: Pigment Green. HEX triplet: 1B, AC and 54. RGB value is (27,172,84). Sum of RGB (Red+Green+Blue) = 27+172+84=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAC54 is #E453AB. Grayscale: #767676. Windows color (decimal): -14963628 or 5549083. OLE color: 5549083.
HSL color Cylindrical-coordinate representation of color #1BAC54: hue angle of 143.59º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAC54 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 84 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.33 |
| HSL | 143.59º | 0.73% | 0.39% | - |
| HSV(B) | 143.59º | 0.84% | 0.67% | - |
| XYZ | 16.8 | 30.38 | 13.37 | - |
| YUV | 118.61 | 108.46 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 84 | 0.84 | 0 | 0.51 | 0.33 | 143.59 | 0.73 | 0.39 |
| Hex | 1B | AC | 54 | 54 | 0 | 33 | 21 | 90 | 49 | 27 |
| Octal | 33 | 254 | 124 | 124 | 0 | 63 | 41 | 220 | 111 | 47 |
| Binary | 11011 | 10101100 | 1010100 | 1010100 | 0 | 110011 | 100001 | 10010000 | 1001001 | 100111 |
Color Harmonies of #1BAC54
Complementary color
Monochromatic Colors of #1BAC54
Black with #1BAC54
Text Example
Text Example
White with #1BAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC54; }
p { color: rgb(27,172,84); }
H1.HeaderClassName
{
color: #1BAC54;
}
.AnyTagClassName
{
color: #1BAC54;
}
</style>
background-color css
<style>
a { background-color: #1BAC54; }
a { background-color: rgb(27,172,84); }
div.DivClassName
{
background-color: #1BAC54;
}
.BgClassName
{
background-color: #1BAC54;
}
</style>
border-color css
<style>
span { border-color: #1BAC54; }
span { border-color: rgb(27,172,84); }
td.TdClassName
{
border-color: #1BAC54;
}
.TagClassName
{
border-color: #1BAC54;
}
</style>