Shades of Dark Pastel Green #0BBA43
Tints of Dark Pastel Green #0BBA43
RGB
CMYK
RGB Variations
Color information
#0BBA43 (or 0x0BBA43) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 43. RGB value is (11,186,67). Sum of RGB (Red+Green+Blue) = 11+186+67=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA43 is #F445BC. Grayscale: #787878. Windows color (decimal): -16008637 or 4438539. OLE color: 4438539.
HSL color Cylindrical-coordinate representation of color #0BBA43: hue angle of 139.2º 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 #0BBA43 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 67 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.27 |
| HSL | 139.2º | 0.89% | 0.39% | - |
| HSV(B) | 139.2º | 0.94% | 0.73% | - |
| XYZ | 18.71 | 35.59 | 11.19 | - |
| YUV | 120.11 | 98.02 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 67 | 0.94 | 0 | 0.64 | 0.27 | 139.2 | 0.89 | 0.39 |
| Hex | B | BA | 43 | 5E | 0 | 40 | 1B | 8B | 59 | 27 |
| Octal | 13 | 272 | 103 | 136 | 0 | 100 | 33 | 213 | 131 | 47 |
| Binary | 1011 | 10111010 | 1000011 | 1011110 | 0 | 1000000 | 11011 | 10001011 | 1011001 | 100111 |
Color Harmonies of #0BBA43
Complementary color
Monochromatic Colors of #0BBA43
Black with #0BBA43
Text Example
Text Example
White with #0BBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA43; }
p { color: rgb(11,186,67); }
H1.HeaderClassName
{
color: #0BBA43;
}
.AnyTagClassName
{
color: #0BBA43;
}
</style>
background-color css
<style>
a { background-color: #0BBA43; }
a { background-color: rgb(11,186,67); }
div.DivClassName
{
background-color: #0BBA43;
}
.BgClassName
{
background-color: #0BBA43;
}
</style>
border-color css
<style>
span { border-color: #0BBA43; }
span { border-color: rgb(11,186,67); }
td.TdClassName
{
border-color: #0BBA43;
}
.TagClassName
{
border-color: #0BBA43;
}
</style>