Shades of Dark Pastel Green #0BBA19
Tints of Dark Pastel Green #0BBA19
RGB
CMYK
RGB Variations
Color information
#0BBA19 (or 0x0BBA19) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 19. RGB value is (11,186,25). Sum of RGB (Red+Green+Blue) = 11+186+25=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA19 is #F445E6. Grayscale: #737373. Windows color (decimal): -16008679 or 1686027. OLE color: 1686027.
HSL color Cylindrical-coordinate representation of color #0BBA19: hue angle of 124.8º 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 #0BBA19 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 25 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.27 |
| HSL | 124.8º | 0.89% | 0.39% | - |
| HSV(B) | 124.8º | 0.94% | 0.73% | - |
| XYZ | 17.87 | 35.26 | 6.78 | - |
| YUV | 115.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 25 | 0.94 | 0 | 0.87 | 0.27 | 124.8 | 0.89 | 0.39 |
| Hex | B | BA | 19 | 5E | 0 | 57 | 1B | 7D | 59 | 27 |
| Octal | 13 | 272 | 31 | 136 | 0 | 127 | 33 | 175 | 131 | 47 |
| Binary | 1011 | 10111010 | 11001 | 1011110 | 0 | 1010111 | 11011 | 1111101 | 1011001 | 100111 |
Color Harmonies of #0BBA19
Complementary color
Monochromatic Colors of #0BBA19
Black with #0BBA19
Text Example
Text Example
White with #0BBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA19; }
p { color: rgb(11,186,25); }
H1.HeaderClassName
{
color: #0BBA19;
}
.AnyTagClassName
{
color: #0BBA19;
}
</style>
background-color css
<style>
a { background-color: #0BBA19; }
a { background-color: rgb(11,186,25); }
div.DivClassName
{
background-color: #0BBA19;
}
.BgClassName
{
background-color: #0BBA19;
}
</style>
border-color css
<style>
span { border-color: #0BBA19; }
span { border-color: rgb(11,186,25); }
td.TdClassName
{
border-color: #0BBA19;
}
.TagClassName
{
border-color: #0BBA19;
}
</style>