Shades of Rio Grande #BAC62B
Tints of Rio Grande #BAC62B
RGB
CMYK
RGB Variations
Color information
#BAC62B (or 0xBAC62B) is known color: Rio Grande. HEX triplet: BA, C6 and 2B. RGB value is (186,198,43). Sum of RGB (Red+Green+Blue) = 186+198+43=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC62B is #4539D4. Grayscale: #B1B1B1. Windows color (decimal): -4536789 or 2868922. OLE color: 2868922.
HSL color Cylindrical-coordinate representation of color #BAC62B: hue angle of 64.65º 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 #BAC62B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 64.65º | 0.64% | 0.47% | - |
| HSV(B) | 64.65º | 0.78% | 0.78% | - |
| XYZ | 40.88 | 51 | 9.98 | - |
| YUV | 176.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 43 | 0.06 | 0 | 0.78 | 0.22 | 64.65 | 0.64 | 0.47 |
| Hex | BA | C6 | 2B | 6 | 0 | 4E | 16 | 41 | 40 | 2F |
| Octal | 272 | 306 | 53 | 6 | 0 | 116 | 26 | 101 | 100 | 57 |
| Binary | 10111010 | 11000110 | 101011 | 110 | 0 | 1001110 | 10110 | 1000001 | 1000000 | 101111 |
Color Harmonies of #BAC62B
Complementary color
Monochromatic Colors of #BAC62B
Black with #BAC62B
Text Example
Text Example
White with #BAC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC62B; }
p { color: rgb(186,198,43); }
H1.HeaderClassName
{
color: #BAC62B;
}
.AnyTagClassName
{
color: #BAC62B;
}
</style>
background-color css
<style>
a { background-color: #BAC62B; }
a { background-color: rgb(186,198,43); }
div.DivClassName
{
background-color: #BAC62B;
}
.BgClassName
{
background-color: #BAC62B;
}
</style>
border-color css
<style>
span { border-color: #BAC62B; }
span { border-color: rgb(186,198,43); }
td.TdClassName
{
border-color: #BAC62B;
}
.TagClassName
{
border-color: #BAC62B;
}
</style>