Shades of Lima #7BBA09
Tints of Lima #7BBA09
RGB
CMYK
RGB Variations
Color information
#7BBA09 (or 0x7BBA09) is known color: Lima. HEX triplet: 7B, BA and 09. RGB value is (123,186,9). Sum of RGB (Red+Green+Blue) = 123+186+9=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA09 is #8445F6. Grayscale: #939393. Windows color (decimal): -8668663 or 637563. OLE color: 637563.
HSL color Cylindrical-coordinate representation of color #7BBA09: hue angle of 81.36º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BBA09 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.27 |
| HSL | 81.36º | 0.91% | 0.38% | - |
| HSV(B) | 81.36º | 0.95% | 0.73% | - |
| XYZ | 25.78 | 39.35 | 6.49 | - |
| YUV | 146.99 | 50.13 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 9 | 0.34 | 0 | 0.95 | 0.27 | 81.36 | 0.91 | 0.38 |
| Hex | 7B | BA | 9 | 22 | 0 | 5F | 1B | 51 | 5B | 26 |
| Octal | 173 | 272 | 11 | 42 | 0 | 137 | 33 | 121 | 133 | 46 |
| Binary | 1111011 | 10111010 | 1001 | 100010 | 0 | 1011111 | 11011 | 1010001 | 1011011 | 100110 |
Color Harmonies of #7BBA09
Complementary color
Monochromatic Colors of #7BBA09
Black with #7BBA09
Text Example
Text Example
White with #7BBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA09; }
p { color: rgb(123,186,9); }
H1.HeaderClassName
{
color: #7BBA09;
}
.AnyTagClassName
{
color: #7BBA09;
}
</style>
background-color css
<style>
a { background-color: #7BBA09; }
a { background-color: rgb(123,186,9); }
div.DivClassName
{
background-color: #7BBA09;
}
.BgClassName
{
background-color: #7BBA09;
}
</style>
border-color css
<style>
span { border-color: #7BBA09; }
span { border-color: rgb(123,186,9); }
td.TdClassName
{
border-color: #7BBA09;
}
.TagClassName
{
border-color: #7BBA09;
}
</style>