Shades of Dark Pastel Green #0BBA22
Tints of Dark Pastel Green #0BBA22
RGB
CMYK
RGB Variations
Color information
#0BBA22 (or 0x0BBA22) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 22. RGB value is (11,186,34). Sum of RGB (Red+Green+Blue) = 11+186+34=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA22 is #F445DD. Grayscale: #747474. Windows color (decimal): -16008670 or 2275851. OLE color: 2275851.
HSL color Cylindrical-coordinate representation of color #0BBA22: hue angle of 127.89º 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 #0BBA22 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 34 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.27 |
| HSL | 127.89º | 0.89% | 0.39% | - |
| HSV(B) | 127.89º | 0.94% | 0.73% | - |
| XYZ | 17.99 | 35.3 | 7.38 | - |
| YUV | 116.35 | 81.52 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 34 | 0.94 | 0 | 0.82 | 0.27 | 127.89 | 0.89 | 0.39 |
| Hex | B | BA | 22 | 5E | 0 | 52 | 1B | 80 | 59 | 27 |
| Octal | 13 | 272 | 42 | 136 | 0 | 122 | 33 | 200 | 131 | 47 |
| Binary | 1011 | 10111010 | 100010 | 1011110 | 0 | 1010010 | 11011 | 10000000 | 1011001 | 100111 |
Color Harmonies of #0BBA22
Complementary color
Monochromatic Colors of #0BBA22
Black with #0BBA22
Text Example
Text Example
White with #0BBA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA22; }
p { color: rgb(11,186,34); }
H1.HeaderClassName
{
color: #0BBA22;
}
.AnyTagClassName
{
color: #0BBA22;
}
</style>
background-color css
<style>
a { background-color: #0BBA22; }
a { background-color: rgb(11,186,34); }
div.DivClassName
{
background-color: #0BBA22;
}
.BgClassName
{
background-color: #0BBA22;
}
</style>
border-color css
<style>
span { border-color: #0BBA22; }
span { border-color: rgb(11,186,34); }
td.TdClassName
{
border-color: #0BBA22;
}
.TagClassName
{
border-color: #0BBA22;
}
</style>