Shades of Pigment Green #00BB5A
Tints of Pigment Green #00BB5A
RGB
CMYK
RGB Variations
Color information
#00BB5A (or 0x00BB5A) is known color: Pigment Green. HEX triplet: 00, BB and 5A. RGB value is (0,187,90). Sum of RGB (Red+Green+Blue) = 0+187+90=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB5A is #FF44A5. Grayscale: #787878. Windows color (decimal): -16729254 or 5946112. OLE color: 5946112.
HSL color Cylindrical-coordinate representation of color #00BB5A: hue angle of 148.88º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB5A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 90 | - |
| CMYK | 1 | 0 | 0.52 | 0.27 |
| HSL | 148.88º | 1% | 0.37% | - |
| HSV(B) | 148.88º | 1% | 0.73% | - |
| XYZ | 19.62 | 36.28 | 15.64 | - |
| YUV | 120.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 90 | 1 | 0 | 0.52 | 0.27 | 148.88 | 1 | 0.37 |
| Hex | 0 | BB | 5A | 64 | 0 | 34 | 1B | 95 | 64 | 25 |
| Octal | 0 | 273 | 132 | 144 | 0 | 64 | 33 | 225 | 144 | 45 |
| Binary | 0 | 10111011 | 1011010 | 1100100 | 0 | 110100 | 11011 | 10010101 | 1100100 | 100101 |
Color Harmonies of #00BB5A
Complementary color
Monochromatic Colors of #00BB5A
Black with #00BB5A
Text Example
Text Example
White with #00BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB5A; }
p { color: rgb(0,187,90); }
H1.HeaderClassName
{
color: #00BB5A;
}
.AnyTagClassName
{
color: #00BB5A;
}
</style>
background-color css
<style>
a { background-color: #00BB5A; }
a { background-color: rgb(0,187,90); }
div.DivClassName
{
background-color: #00BB5A;
}
.BgClassName
{
background-color: #00BB5A;
}
</style>
border-color css
<style>
span { border-color: #00BB5A; }
span { border-color: rgb(0,187,90); }
td.TdClassName
{
border-color: #00BB5A;
}
.TagClassName
{
border-color: #00BB5A;
}
</style>