Shades of Rio Grande #BAC62C
Tints of Rio Grande #BAC62C
RGB
CMYK
RGB Variations
Color information
#BAC62C (or 0xBAC62C) is known color: Rio Grande. HEX triplet: BA, C6 and 2C. RGB value is (186,198,44). Sum of RGB (Red+Green+Blue) = 186+198+44=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC62C is #4539D3. Grayscale: #B1B1B1. Windows color (decimal): -4536788 or 2934458. OLE color: 2934458.
HSL color Cylindrical-coordinate representation of color #BAC62C: hue angle of 64.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAC62C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 44 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 64.68º | 0.64% | 0.47% | - |
| HSV(B) | 64.68º | 0.78% | 0.78% | - |
| XYZ | 40.9 | 51.01 | 10.07 | - |
| YUV | 176.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 44 | 0.06 | 0 | 0.78 | 0.22 | 64.68 | 0.64 | 0.47 |
| Hex | BA | C6 | 2C | 6 | 0 | 4E | 16 | 41 | 40 | 2F |
| Octal | 272 | 306 | 54 | 6 | 0 | 116 | 26 | 101 | 100 | 57 |
| Binary | 10111010 | 11000110 | 101100 | 110 | 0 | 1001110 | 10110 | 1000001 | 1000000 | 101111 |
Color Harmonies of #BAC62C
Complementary color
Monochromatic Colors of #BAC62C
Black with #BAC62C
Text Example
Text Example
White with #BAC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC62C; }
p { color: rgb(186,198,44); }
H1.HeaderClassName
{
color: #BAC62C;
}
.AnyTagClassName
{
color: #BAC62C;
}
</style>
background-color css
<style>
a { background-color: #BAC62C; }
a { background-color: rgb(186,198,44); }
div.DivClassName
{
background-color: #BAC62C;
}
.BgClassName
{
background-color: #BAC62C;
}
</style>
border-color css
<style>
span { border-color: #BAC62C; }
span { border-color: rgb(186,198,44); }
td.TdClassName
{
border-color: #BAC62C;
}
.TagClassName
{
border-color: #BAC62C;
}
</style>