Shades of Pigment Green #0BB655
Tints of Pigment Green #0BB655
RGB
CMYK
RGB Variations
Color information
#0BB655 (or 0x0BB655) is known color: Pigment Green. HEX triplet: 0B, B6 and 55. RGB value is (11,182,85). Sum of RGB (Red+Green+Blue) = 11+182+85=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB655 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB655 is #F449AA. Grayscale: #787878. Windows color (decimal): -16009643 or 5617163. OLE color: 5617163.
HSL color Cylindrical-coordinate representation of color #0BB655: hue angle of 145.96º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB655 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 85 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.29 |
| HSL | 145.96º | 0.89% | 0.38% | - |
| HSV(B) | 145.96º | 0.94% | 0.71% | - |
| XYZ | 18.51 | 34.18 | 14.22 | - |
| YUV | 119.81 | 108.35 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 85 | 0.94 | 0 | 0.53 | 0.29 | 145.96 | 0.89 | 0.38 |
| Hex | B | B6 | 55 | 5E | 0 | 35 | 1D | 92 | 59 | 26 |
| Octal | 13 | 266 | 125 | 136 | 0 | 65 | 35 | 222 | 131 | 46 |
| Binary | 1011 | 10110110 | 1010101 | 1011110 | 0 | 110101 | 11101 | 10010010 | 1011001 | 100110 |
Color Harmonies of #0BB655
Complementary color
Monochromatic Colors of #0BB655
Black with #0BB655
Text Example
Text Example
White with #0BB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB655; }
p { color: rgb(11,182,85); }
H1.HeaderClassName
{
color: #0BB655;
}
.AnyTagClassName
{
color: #0BB655;
}
</style>
background-color css
<style>
a { background-color: #0BB655; }
a { background-color: rgb(11,182,85); }
div.DivClassName
{
background-color: #0BB655;
}
.BgClassName
{
background-color: #0BB655;
}
</style>
border-color css
<style>
span { border-color: #0BB655; }
span { border-color: rgb(11,182,85); }
td.TdClassName
{
border-color: #0BB655;
}
.TagClassName
{
border-color: #0BB655;
}
</style>