Shades of Lima #7BBA13
Tints of Lima #7BBA13
RGB
CMYK
RGB Variations
Color information
#7BBA13 (or 0x7BBA13) is known color: Lima. HEX triplet: 7B, BA and 13. RGB value is (123,186,19). Sum of RGB (Red+Green+Blue) = 123+186+19=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA13 is #8445EC. Grayscale: #949494. Windows color (decimal): -8668653 or 1292923. OLE color: 1292923.
HSL color Cylindrical-coordinate representation of color #7BBA13: hue angle of 82.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BBA13 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 19 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.27 |
| HSL | 82.63º | 0.81% | 0.4% | - |
| HSV(B) | 82.63º | 0.9% | 0.73% | - |
| XYZ | 25.84 | 39.38 | 6.85 | - |
| YUV | 148.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 19 | 0.34 | 0 | 0.90 | 0.27 | 82.63 | 0.81 | 0.4 |
| Hex | 7B | BA | 13 | 22 | 0 | 5A | 1B | 53 | 51 | 28 |
| Octal | 173 | 272 | 23 | 42 | 0 | 132 | 33 | 123 | 121 | 50 |
| Binary | 1111011 | 10111010 | 10011 | 100010 | 0 | 1011010 | 11011 | 1010011 | 1010001 | 101000 |
Color Harmonies of #7BBA13
Complementary color
Monochromatic Colors of #7BBA13
Black with #7BBA13
Text Example
Text Example
White with #7BBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA13; }
p { color: rgb(123,186,19); }
H1.HeaderClassName
{
color: #7BBA13;
}
.AnyTagClassName
{
color: #7BBA13;
}
</style>
background-color css
<style>
a { background-color: #7BBA13; }
a { background-color: rgb(123,186,19); }
div.DivClassName
{
background-color: #7BBA13;
}
.BgClassName
{
background-color: #7BBA13;
}
</style>
border-color css
<style>
span { border-color: #7BBA13; }
span { border-color: rgb(123,186,19); }
td.TdClassName
{
border-color: #7BBA13;
}
.TagClassName
{
border-color: #7BBA13;
}
</style>