Shades of Pigment Green #06BA53
Tints of Pigment Green #06BA53
RGB
CMYK
RGB Variations
Color information
#06BA53 (or 0x06BA53) is known color: Pigment Green. HEX triplet: 06, BA and 53. RGB value is (6,186,83). Sum of RGB (Red+Green+Blue) = 6+186+83=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA53 is #F945AC. Grayscale: #787878. Windows color (decimal): -16336301 or 5487110. OLE color: 5487110.
HSL color Cylindrical-coordinate representation of color #06BA53: hue angle of 145.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA53 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 83 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.27 |
| HSL | 145.67º | 0.94% | 0.38% | - |
| HSV(B) | 145.67º | 0.97% | 0.73% | - |
| XYZ | 19.2 | 35.78 | 14.08 | - |
| YUV | 120.44 | 106.87 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 83 | 0.97 | 0 | 0.55 | 0.27 | 145.67 | 0.94 | 0.38 |
| Hex | 6 | BA | 53 | 61 | 0 | 37 | 1B | 92 | 5E | 26 |
| Octal | 6 | 272 | 123 | 141 | 0 | 67 | 33 | 222 | 136 | 46 |
| Binary | 110 | 10111010 | 1010011 | 1100001 | 0 | 110111 | 11011 | 10010010 | 1011110 | 100110 |
Color Harmonies of #06BA53
Complementary color
Monochromatic Colors of #06BA53
Black with #06BA53
Text Example
Text Example
White with #06BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA53; }
p { color: rgb(6,186,83); }
H1.HeaderClassName
{
color: #06BA53;
}
.AnyTagClassName
{
color: #06BA53;
}
</style>
background-color css
<style>
a { background-color: #06BA53; }
a { background-color: rgb(6,186,83); }
div.DivClassName
{
background-color: #06BA53;
}
.BgClassName
{
background-color: #06BA53;
}
</style>
border-color css
<style>
span { border-color: #06BA53; }
span { border-color: rgb(6,186,83); }
td.TdClassName
{
border-color: #06BA53;
}
.TagClassName
{
border-color: #06BA53;
}
</style>