Shades of Pigment Green #0BBA5A
Tints of Pigment Green #0BBA5A
RGB
CMYK
RGB Variations
Color information
#0BBA5A (or 0x0BBA5A) is known color: Pigment Green. HEX triplet: 0B, BA and 5A. RGB value is (11,186,90). Sum of RGB (Red+Green+Blue) = 11+186+90=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA5A is #F445A5. Grayscale: #7A7A7A. Windows color (decimal): -16008614 or 5945867. OLE color: 5945867.
HSL color Cylindrical-coordinate representation of color #0BBA5A: hue angle of 147.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA5A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 90 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.27 |
| HSL | 147.09º | 0.89% | 0.39% | - |
| HSV(B) | 147.09º | 0.94% | 0.73% | - |
| XYZ | 19.54 | 35.93 | 15.58 | - |
| YUV | 122.73 | 109.52 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 90 | 0.94 | 0 | 0.52 | 0.27 | 147.09 | 0.89 | 0.39 |
| Hex | B | BA | 5A | 5E | 0 | 34 | 1B | 93 | 59 | 27 |
| Octal | 13 | 272 | 132 | 136 | 0 | 64 | 33 | 223 | 131 | 47 |
| Binary | 1011 | 10111010 | 1011010 | 1011110 | 0 | 110100 | 11011 | 10010011 | 1011001 | 100111 |
Color Harmonies of #0BBA5A
Complementary color
Monochromatic Colors of #0BBA5A
Black with #0BBA5A
Text Example
Text Example
White with #0BBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA5A; }
p { color: rgb(11,186,90); }
H1.HeaderClassName
{
color: #0BBA5A;
}
.AnyTagClassName
{
color: #0BBA5A;
}
</style>
background-color css
<style>
a { background-color: #0BBA5A; }
a { background-color: rgb(11,186,90); }
div.DivClassName
{
background-color: #0BBA5A;
}
.BgClassName
{
background-color: #0BBA5A;
}
</style>
border-color css
<style>
span { border-color: #0BBA5A; }
span { border-color: rgb(11,186,90); }
td.TdClassName
{
border-color: #0BBA5A;
}
.TagClassName
{
border-color: #0BBA5A;
}
</style>