Shades of Pigment Green #00BC5A
Tints of Pigment Green #00BC5A
RGB
CMYK
RGB Variations
Color information
#00BC5A (or 0x00BC5A) is known color: Pigment Green. HEX triplet: 00, BC and 5A. RGB value is (0,188,90). Sum of RGB (Red+Green+Blue) = 0+188+90=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC5A is #FF43A5. Grayscale: #787878. Windows color (decimal): -16728998 or 5946368. OLE color: 5946368.
HSL color Cylindrical-coordinate representation of color #00BC5A: hue angle of 148.72º 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 #00BC5A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 90 | - |
| CMYK | 1 | 0 | 0.52 | 0.26 |
| HSL | 148.72º | 1% | 0.37% | - |
| HSV(B) | 148.72º | 1% | 0.74% | - |
| XYZ | 19.83 | 36.7 | 15.71 | - |
| YUV | 120.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 90 | 1 | 0 | 0.52 | 0.26 | 148.72 | 1 | 0.37 |
| Hex | 0 | BC | 5A | 64 | 0 | 34 | 1A | 95 | 64 | 25 |
| Octal | 0 | 274 | 132 | 144 | 0 | 64 | 32 | 225 | 144 | 45 |
| Binary | 0 | 10111100 | 1011010 | 1100100 | 0 | 110100 | 11010 | 10010101 | 1100100 | 100101 |
Color Harmonies of #00BC5A
Complementary color
Monochromatic Colors of #00BC5A
Black with #00BC5A
Text Example
Text Example
White with #00BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC5A; }
p { color: rgb(0,188,90); }
H1.HeaderClassName
{
color: #00BC5A;
}
.AnyTagClassName
{
color: #00BC5A;
}
</style>
background-color css
<style>
a { background-color: #00BC5A; }
a { background-color: rgb(0,188,90); }
div.DivClassName
{
background-color: #00BC5A;
}
.BgClassName
{
background-color: #00BC5A;
}
</style>
border-color css
<style>
span { border-color: #00BC5A; }
span { border-color: rgb(0,188,90); }
td.TdClassName
{
border-color: #00BC5A;
}
.TagClassName
{
border-color: #00BC5A;
}
</style>