Shades of Pigment Green #0BBB5B
Tints of Pigment Green #0BBB5B
RGB
CMYK
RGB Variations
Color information
#0BBB5B (or 0x0BBB5B) is known color: Pigment Green. HEX triplet: 0B, BB and 5B. RGB value is (11,187,91). Sum of RGB (Red+Green+Blue) = 11+187+91=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB5B is #F444A4. Grayscale: #7B7B7B. Windows color (decimal): -16008357 or 6011659. OLE color: 6011659.
HSL color Cylindrical-coordinate representation of color #0BBB5B: hue angle of 147.27º 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 #0BBB5B is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 91 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.27 |
| HSL | 147.27º | 0.89% | 0.39% | - |
| HSV(B) | 147.27º | 0.94% | 0.73% | - |
| XYZ | 19.8 | 36.37 | 15.87 | - |
| YUV | 123.43 | 109.69 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 91 | 0.94 | 0 | 0.51 | 0.27 | 147.27 | 0.89 | 0.39 |
| Hex | B | BB | 5B | 5E | 0 | 33 | 1B | 93 | 59 | 27 |
| Octal | 13 | 273 | 133 | 136 | 0 | 63 | 33 | 223 | 131 | 47 |
| Binary | 1011 | 10111011 | 1011011 | 1011110 | 0 | 110011 | 11011 | 10010011 | 1011001 | 100111 |
Color Harmonies of #0BBB5B
Complementary color
Monochromatic Colors of #0BBB5B
Black with #0BBB5B
Text Example
Text Example
White with #0BBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB5B; }
p { color: rgb(11,187,91); }
H1.HeaderClassName
{
color: #0BBB5B;
}
.AnyTagClassName
{
color: #0BBB5B;
}
</style>
background-color css
<style>
a { background-color: #0BBB5B; }
a { background-color: rgb(11,187,91); }
div.DivClassName
{
background-color: #0BBB5B;
}
.BgClassName
{
background-color: #0BBB5B;
}
</style>
border-color css
<style>
span { border-color: #0BBB5B; }
span { border-color: rgb(11,187,91); }
td.TdClassName
{
border-color: #0BBB5B;
}
.TagClassName
{
border-color: #0BBB5B;
}
</style>