Shades of Dark Pastel Green #0BBA32
Tints of Dark Pastel Green #0BBA32
RGB
CMYK
RGB Variations
Color information
#0BBA32 (or 0x0BBA32) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 32. RGB value is (11,186,50). Sum of RGB (Red+Green+Blue) = 11+186+50=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA32 is #F445CD. Grayscale: #767676. Windows color (decimal): -16008654 or 3324427. OLE color: 3324427.
HSL color Cylindrical-coordinate representation of color #0BBA32: hue angle of 133.37º 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 #0BBA32 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 50 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.27 |
| HSL | 133.37º | 0.89% | 0.39% | - |
| HSV(B) | 133.37º | 0.94% | 0.73% | - |
| XYZ | 18.27 | 35.42 | 8.89 | - |
| YUV | 118.17 | 89.52 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 50 | 0.94 | 0 | 0.73 | 0.27 | 133.37 | 0.89 | 0.39 |
| Hex | B | BA | 32 | 5E | 0 | 49 | 1B | 85 | 59 | 27 |
| Octal | 13 | 272 | 62 | 136 | 0 | 111 | 33 | 205 | 131 | 47 |
| Binary | 1011 | 10111010 | 110010 | 1011110 | 0 | 1001001 | 11011 | 10000101 | 1011001 | 100111 |
Color Harmonies of #0BBA32
Complementary color
Monochromatic Colors of #0BBA32
Black with #0BBA32
Text Example
Text Example
White with #0BBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA32; }
p { color: rgb(11,186,50); }
H1.HeaderClassName
{
color: #0BBA32;
}
.AnyTagClassName
{
color: #0BBA32;
}
</style>
background-color css
<style>
a { background-color: #0BBA32; }
a { background-color: rgb(11,186,50); }
div.DivClassName
{
background-color: #0BBA32;
}
.BgClassName
{
background-color: #0BBA32;
}
</style>
border-color css
<style>
span { border-color: #0BBA32; }
span { border-color: rgb(11,186,50); }
td.TdClassName
{
border-color: #0BBA32;
}
.TagClassName
{
border-color: #0BBA32;
}
</style>