Shades of Pigment Green #0BB653
Tints of Pigment Green #0BB653
RGB
CMYK
RGB Variations
Color information
#0BB653 (or 0x0BB653) is known color: Pigment Green. HEX triplet: 0B, B6 and 53. RGB value is (11,182,83). Sum of RGB (Red+Green+Blue) = 11+182+83=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB653 is #F449AC. Grayscale: #777777. Windows color (decimal): -16009645 or 5486091. OLE color: 5486091.
HSL color Cylindrical-coordinate representation of color #0BB653: hue angle of 145.26º 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 #0BB653 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 83 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.29 |
| HSL | 145.26º | 0.89% | 0.38% | - |
| HSV(B) | 145.26º | 0.94% | 0.71% | - |
| XYZ | 18.43 | 34.15 | 13.8 | - |
| YUV | 119.59 | 107.35 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 83 | 0.94 | 0 | 0.54 | 0.29 | 145.26 | 0.89 | 0.38 |
| Hex | B | B6 | 53 | 5E | 0 | 36 | 1D | 91 | 59 | 26 |
| Octal | 13 | 266 | 123 | 136 | 0 | 66 | 35 | 221 | 131 | 46 |
| Binary | 1011 | 10110110 | 1010011 | 1011110 | 0 | 110110 | 11101 | 10010001 | 1011001 | 100110 |
Color Harmonies of #0BB653
Complementary color
Monochromatic Colors of #0BB653
Black with #0BB653
Text Example
Text Example
White with #0BB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB653; }
p { color: rgb(11,182,83); }
H1.HeaderClassName
{
color: #0BB653;
}
.AnyTagClassName
{
color: #0BB653;
}
</style>
background-color css
<style>
a { background-color: #0BB653; }
a { background-color: rgb(11,182,83); }
div.DivClassName
{
background-color: #0BB653;
}
.BgClassName
{
background-color: #0BB653;
}
</style>
border-color css
<style>
span { border-color: #0BB653; }
span { border-color: rgb(11,182,83); }
td.TdClassName
{
border-color: #0BB653;
}
.TagClassName
{
border-color: #0BB653;
}
</style>