Shades of Dark Pastel Green #0BBA36
Tints of Dark Pastel Green #0BBA36
RGB
CMYK
RGB Variations
Color information
#0BBA36 (or 0x0BBA36) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 36. RGB value is (11,186,54). Sum of RGB (Red+Green+Blue) = 11+186+54=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA36 is #F445C9. Grayscale: #767676. Windows color (decimal): -16008650 or 3586571. OLE color: 3586571.
HSL color Cylindrical-coordinate representation of color #0BBA36: hue angle of 134.74º 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 #0BBA36 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 54 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.27 |
| HSL | 134.74º | 0.89% | 0.39% | - |
| HSV(B) | 134.74º | 0.94% | 0.73% | - |
| XYZ | 18.36 | 35.46 | 9.37 | - |
| YUV | 118.63 | 91.52 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 54 | 0.94 | 0 | 0.71 | 0.27 | 134.74 | 0.89 | 0.39 |
| Hex | B | BA | 36 | 5E | 0 | 47 | 1B | 87 | 59 | 27 |
| Octal | 13 | 272 | 66 | 136 | 0 | 107 | 33 | 207 | 131 | 47 |
| Binary | 1011 | 10111010 | 110110 | 1011110 | 0 | 1000111 | 11011 | 10000111 | 1011001 | 100111 |
Color Harmonies of #0BBA36
Complementary color
Monochromatic Colors of #0BBA36
Black with #0BBA36
Text Example
Text Example
White with #0BBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA36; }
p { color: rgb(11,186,54); }
H1.HeaderClassName
{
color: #0BBA36;
}
.AnyTagClassName
{
color: #0BBA36;
}
</style>
background-color css
<style>
a { background-color: #0BBA36; }
a { background-color: rgb(11,186,54); }
div.DivClassName
{
background-color: #0BBA36;
}
.BgClassName
{
background-color: #0BBA36;
}
</style>
border-color css
<style>
span { border-color: #0BBA36; }
span { border-color: rgb(11,186,54); }
td.TdClassName
{
border-color: #0BBA36;
}
.TagClassName
{
border-color: #0BBA36;
}
</style>