Shades of Pigment Green #00BC54
Tints of Pigment Green #00BC54
RGB
CMYK
RGB Variations
Color information
#00BC54 (or 0x00BC54) is known color: Pigment Green. HEX triplet: 00, BC and 54. RGB value is (0,188,84). Sum of RGB (Red+Green+Blue) = 0+188+84=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC54 is #FF43AB. Grayscale: #787878. Windows color (decimal): -16729004 or 5553152. OLE color: 5553152.
HSL color Cylindrical-coordinate representation of color #00BC54: hue angle of 146.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC54 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 84 | - |
| CMYK | 1 | 0 | 0.55 | 0.26 |
| HSL | 146.81º | 1% | 0.37% | - |
| HSV(B) | 146.81º | 1% | 0.74% | - |
| XYZ | 19.58 | 36.61 | 14.42 | - |
| YUV | 119.93 | 107.72 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 84 | 1 | 0 | 0.55 | 0.26 | 146.81 | 1 | 0.37 |
| Hex | 0 | BC | 54 | 64 | 0 | 37 | 1A | 93 | 64 | 25 |
| Octal | 0 | 274 | 124 | 144 | 0 | 67 | 32 | 223 | 144 | 45 |
| Binary | 0 | 10111100 | 1010100 | 1100100 | 0 | 110111 | 11010 | 10010011 | 1100100 | 100101 |
Color Harmonies of #00BC54
Complementary color
Monochromatic Colors of #00BC54
Black with #00BC54
Text Example
Text Example
White with #00BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC54; }
p { color: rgb(0,188,84); }
H1.HeaderClassName
{
color: #00BC54;
}
.AnyTagClassName
{
color: #00BC54;
}
</style>
background-color css
<style>
a { background-color: #00BC54; }
a { background-color: rgb(0,188,84); }
div.DivClassName
{
background-color: #00BC54;
}
.BgClassName
{
background-color: #00BC54;
}
</style>
border-color css
<style>
span { border-color: #00BC54; }
span { border-color: rgb(0,188,84); }
td.TdClassName
{
border-color: #00BC54;
}
.TagClassName
{
border-color: #00BC54;
}
</style>