Shades of Lima #7BBA31
Tints of Lima #7BBA31
RGB
CMYK
RGB Variations
Color information
#7BBA31 (or 0x7BBA31) is known color: Lima. HEX triplet: 7B, BA and 31. RGB value is (123,186,49). Sum of RGB (Red+Green+Blue) = 123+186+49=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA31 is #8445CE. Grayscale: #989898. Windows color (decimal): -8668623 or 3259003. OLE color: 3259003.
HSL color Cylindrical-coordinate representation of color #7BBA31: hue angle of 87.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BBA31 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 49 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.27 |
| HSL | 87.59º | 0.58% | 0.46% | - |
| HSV(B) | 87.59º | 0.74% | 0.73% | - |
| XYZ | 26.28 | 39.55 | 9.15 | - |
| YUV | 151.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 49 | 0.34 | 0 | 0.74 | 0.27 | 87.59 | 0.58 | 0.46 |
| Hex | 7B | BA | 31 | 22 | 0 | 4A | 1B | 58 | 3A | 2E |
| Octal | 173 | 272 | 61 | 42 | 0 | 112 | 33 | 130 | 72 | 56 |
| Binary | 1111011 | 10111010 | 110001 | 100010 | 0 | 1001010 | 11011 | 1011000 | 111010 | 101110 |
Color Harmonies of #7BBA31
Complementary color
Monochromatic Colors of #7BBA31
Black with #7BBA31
Text Example
Text Example
White with #7BBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA31; }
p { color: rgb(123,186,49); }
H1.HeaderClassName
{
color: #7BBA31;
}
.AnyTagClassName
{
color: #7BBA31;
}
</style>
background-color css
<style>
a { background-color: #7BBA31; }
a { background-color: rgb(123,186,49); }
div.DivClassName
{
background-color: #7BBA31;
}
.BgClassName
{
background-color: #7BBA31;
}
</style>
border-color css
<style>
span { border-color: #7BBA31; }
span { border-color: rgb(123,186,49); }
td.TdClassName
{
border-color: #7BBA31;
}
.TagClassName
{
border-color: #7BBA31;
}
</style>