Shades of Pigment Green #0BAD53
Tints of Pigment Green #0BAD53
RGB
CMYK
RGB Variations
Color information
#0BAD53 (or 0x0BAD53) is known color: Pigment Green. HEX triplet: 0B, AD and 53. RGB value is (11,173,83). Sum of RGB (Red+Green+Blue) = 11+173+83=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD53 is #F452AC. Grayscale: #727272. Windows color (decimal): -16011949 or 5483787. OLE color: 5483787.
HSL color Cylindrical-coordinate representation of color #0BAD53: hue angle of 146.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD53 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 83 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.32 |
| HSL | 146.67º | 0.88% | 0.36% | - |
| HSV(B) | 146.67º | 0.94% | 0.68% | - |
| XYZ | 16.64 | 30.58 | 13.21 | - |
| YUV | 114.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 83 | 0.94 | 0 | 0.52 | 0.32 | 146.67 | 0.88 | 0.36 |
| Hex | B | AD | 53 | 5E | 0 | 34 | 20 | 93 | 58 | 24 |
| Octal | 13 | 255 | 123 | 136 | 0 | 64 | 40 | 223 | 130 | 44 |
| Binary | 1011 | 10101101 | 1010011 | 1011110 | 0 | 110100 | 100000 | 10010011 | 1011000 | 100100 |
Color Harmonies of #0BAD53
Complementary color
Monochromatic Colors of #0BAD53
Black with #0BAD53
Text Example
Text Example
White with #0BAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD53; }
p { color: rgb(11,173,83); }
H1.HeaderClassName
{
color: #0BAD53;
}
.AnyTagClassName
{
color: #0BAD53;
}
</style>
background-color css
<style>
a { background-color: #0BAD53; }
a { background-color: rgb(11,173,83); }
div.DivClassName
{
background-color: #0BAD53;
}
.BgClassName
{
background-color: #0BAD53;
}
</style>
border-color css
<style>
span { border-color: #0BAD53; }
span { border-color: rgb(11,173,83); }
td.TdClassName
{
border-color: #0BAD53;
}
.TagClassName
{
border-color: #0BAD53;
}
</style>