Shades of Pigment Green #0BB459
Tints of Pigment Green #0BB459
RGB
CMYK
RGB Variations
Color information
#0BB459 (or 0x0BB459) is known color: Pigment Green. HEX triplet: 0B, B4 and 59. RGB value is (11,180,89). Sum of RGB (Red+Green+Blue) = 11+180+89=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB459 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB459 is #F44BA6. Grayscale: #777777. Windows color (decimal): -16010151 or 5878795. OLE color: 5878795.
HSL color Cylindrical-coordinate representation of color #0BB459: hue angle of 147.69º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB459 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 89 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.29 |
| HSL | 147.69º | 0.88% | 0.37% | - |
| HSV(B) | 147.69º | 0.94% | 0.71% | - |
| XYZ | 18.26 | 33.43 | 14.94 | - |
| YUV | 119.1 | 111.01 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 89 | 0.94 | 0 | 0.51 | 0.29 | 147.69 | 0.88 | 0.37 |
| Hex | B | B4 | 59 | 5E | 0 | 33 | 1D | 94 | 58 | 25 |
| Octal | 13 | 264 | 131 | 136 | 0 | 63 | 35 | 224 | 130 | 45 |
| Binary | 1011 | 10110100 | 1011001 | 1011110 | 0 | 110011 | 11101 | 10010100 | 1011000 | 100101 |
Color Harmonies of #0BB459
Complementary color
Monochromatic Colors of #0BB459
Black with #0BB459
Text Example
Text Example
White with #0BB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB459; }
p { color: rgb(11,180,89); }
H1.HeaderClassName
{
color: #0BB459;
}
.AnyTagClassName
{
color: #0BB459;
}
</style>
background-color css
<style>
a { background-color: #0BB459; }
a { background-color: rgb(11,180,89); }
div.DivClassName
{
background-color: #0BB459;
}
.BgClassName
{
background-color: #0BB459;
}
</style>
border-color css
<style>
span { border-color: #0BB459; }
span { border-color: rgb(11,180,89); }
td.TdClassName
{
border-color: #0BB459;
}
.TagClassName
{
border-color: #0BB459;
}
</style>