Shades of Rio Grande #BAC61A
Tints of Rio Grande #BAC61A
RGB
CMYK
RGB Variations
Color information
#BAC61A (or 0xBAC61A) is known color: Rio Grande. HEX triplet: BA, C6 and 1A. RGB value is (186,198,26). Sum of RGB (Red+Green+Blue) = 186+198+26=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC61A is #4539E5. Grayscale: #AFAFAF. Windows color (decimal): -4536806 or 1754810. OLE color: 1754810.
HSL color Cylindrical-coordinate representation of color #BAC61A: hue angle of 64.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC61A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.22 |
| HSL | 64.19º | 0.77% | 0.44% | - |
| HSV(B) | 64.19º | 0.87% | 0.78% | - |
| XYZ | 40.63 | 50.9 | 8.66 | - |
| YUV | 174.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 26 | 0.06 | 0 | 0.87 | 0.22 | 64.19 | 0.77 | 0.44 |
| Hex | BA | C6 | 1A | 6 | 0 | 57 | 16 | 40 | 4D | 2C |
| Octal | 272 | 306 | 32 | 6 | 0 | 127 | 26 | 100 | 115 | 54 |
| Binary | 10111010 | 11000110 | 11010 | 110 | 0 | 1010111 | 10110 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BAC61A
Complementary color
Monochromatic Colors of #BAC61A
Black with #BAC61A
Text Example
Text Example
White with #BAC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC61A; }
p { color: rgb(186,198,26); }
H1.HeaderClassName
{
color: #BAC61A;
}
.AnyTagClassName
{
color: #BAC61A;
}
</style>
background-color css
<style>
a { background-color: #BAC61A; }
a { background-color: rgb(186,198,26); }
div.DivClassName
{
background-color: #BAC61A;
}
.BgClassName
{
background-color: #BAC61A;
}
</style>
border-color css
<style>
span { border-color: #BAC61A; }
span { border-color: rgb(186,198,26); }
td.TdClassName
{
border-color: #BAC61A;
}
.TagClassName
{
border-color: #BAC61A;
}
</style>