Shades of Dark Pastel Green #0BBC1D
Tints of Dark Pastel Green #0BBC1D
RGB
CMYK
RGB Variations
Color information
#0BBC1D (or 0x0BBC1D) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 1D. RGB value is (11,188,29). Sum of RGB (Red+Green+Blue) = 11+188+29=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC1D is #F443E2. Grayscale: #757575. Windows color (decimal): -16008163 or 1948683. OLE color: 1948683.
HSL color Cylindrical-coordinate representation of color #0BBC1D: hue angle of 126.1º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC1D is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 29 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.26 |
| HSL | 126.1º | 0.89% | 0.39% | - |
| HSV(B) | 126.1º | 0.94% | 0.74% | - |
| XYZ | 18.34 | 36.13 | 7.17 | - |
| YUV | 116.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 29 | 0.94 | 0 | 0.85 | 0.26 | 126.1 | 0.89 | 0.39 |
| Hex | B | BC | 1D | 5E | 0 | 55 | 1A | 7E | 59 | 27 |
| Octal | 13 | 274 | 35 | 136 | 0 | 125 | 32 | 176 | 131 | 47 |
| Binary | 1011 | 10111100 | 11101 | 1011110 | 0 | 1010101 | 11010 | 1111110 | 1011001 | 100111 |
Color Harmonies of #0BBC1D
Complementary color
Monochromatic Colors of #0BBC1D
Black with #0BBC1D
Text Example
Text Example
White with #0BBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC1D; }
p { color: rgb(11,188,29); }
H1.HeaderClassName
{
color: #0BBC1D;
}
.AnyTagClassName
{
color: #0BBC1D;
}
</style>
background-color css
<style>
a { background-color: #0BBC1D; }
a { background-color: rgb(11,188,29); }
div.DivClassName
{
background-color: #0BBC1D;
}
.BgClassName
{
background-color: #0BBC1D;
}
</style>
border-color css
<style>
span { border-color: #0BBC1D; }
span { border-color: rgb(11,188,29); }
td.TdClassName
{
border-color: #0BBC1D;
}
.TagClassName
{
border-color: #0BBC1D;
}
</style>