Shades of Pigment Green #0BB65B
Tints of Pigment Green #0BB65B
RGB
CMYK
RGB Variations
Color information
#0BB65B (or 0x0BB65B) is known color: Pigment Green. HEX triplet: 0B, B6 and 5B. RGB value is (11,182,91). Sum of RGB (Red+Green+Blue) = 11+182+91=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 182 (71.48% from 255 or 64.08% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB65B is #F449A4. Grayscale: #787878. Windows color (decimal): -16009637 or 6010379. OLE color: 6010379.
HSL color Cylindrical-coordinate representation of color #0BB65B: hue angle of 148.07º 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 #0BB65B is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 91 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.29 |
| HSL | 148.07º | 0.89% | 0.38% | - |
| HSV(B) | 148.07º | 0.94% | 0.71% | - |
| XYZ | 18.75 | 34.28 | 15.53 | - |
| YUV | 120.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 91 | 0.94 | 0 | 0.5 | 0.29 | 148.07 | 0.89 | 0.38 |
| Hex | B | B6 | 5B | 5E | 0 | 32 | 1D | 94 | 59 | 26 |
| Octal | 13 | 266 | 133 | 136 | 0 | 62 | 35 | 224 | 131 | 46 |
| Binary | 1011 | 10110110 | 1011011 | 1011110 | 0 | 110010 | 11101 | 10010100 | 1011001 | 100110 |
Color Harmonies of #0BB65B
Complementary color
Monochromatic Colors of #0BB65B
Black with #0BB65B
Text Example
Text Example
White with #0BB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB65B; }
p { color: rgb(11,182,91); }
H1.HeaderClassName
{
color: #0BB65B;
}
.AnyTagClassName
{
color: #0BB65B;
}
</style>
background-color css
<style>
a { background-color: #0BB65B; }
a { background-color: rgb(11,182,91); }
div.DivClassName
{
background-color: #0BB65B;
}
.BgClassName
{
background-color: #0BB65B;
}
</style>
border-color css
<style>
span { border-color: #0BB65B; }
span { border-color: rgb(11,182,91); }
td.TdClassName
{
border-color: #0BB65B;
}
.TagClassName
{
border-color: #0BB65B;
}
</style>