Shades of Rio Grande #BAC813
Tints of Rio Grande #BAC813
RGB
CMYK
RGB Variations
Color information
#BAC813 (or 0xBAC813) is known color: Rio Grande. HEX triplet: BA, C8 and 13. RGB value is (186,200,19). Sum of RGB (Red+Green+Blue) = 186+200+19=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC813 is #4537EC. Grayscale: #AFAFAF. Windows color (decimal): -4536301 or 1296570. OLE color: 1296570.
HSL color Cylindrical-coordinate representation of color #BAC813: hue angle of 64.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC813 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.22 |
| HSL | 64.64º | 0.83% | 0.43% | - |
| HSV(B) | 64.64º | 0.91% | 0.78% | - |
| XYZ | 41.02 | 51.79 | 8.45 | - |
| YUV | 175.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 19 | 0.07 | 0 | 0.90 | 0.22 | 64.64 | 0.83 | 0.43 |
| Hex | BA | C8 | 13 | 7 | 0 | 5A | 16 | 41 | 53 | 2B |
| Octal | 272 | 310 | 23 | 7 | 0 | 132 | 26 | 101 | 123 | 53 |
| Binary | 10111010 | 11001000 | 10011 | 111 | 0 | 1011010 | 10110 | 1000001 | 1010011 | 101011 |
Color Harmonies of #BAC813
Complementary color
Monochromatic Colors of #BAC813
Black with #BAC813
Text Example
Text Example
White with #BAC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC813; }
p { color: rgb(186,200,19); }
H1.HeaderClassName
{
color: #BAC813;
}
.AnyTagClassName
{
color: #BAC813;
}
</style>
background-color css
<style>
a { background-color: #BAC813; }
a { background-color: rgb(186,200,19); }
div.DivClassName
{
background-color: #BAC813;
}
.BgClassName
{
background-color: #BAC813;
}
</style>
border-color css
<style>
span { border-color: #BAC813; }
span { border-color: rgb(186,200,19); }
td.TdClassName
{
border-color: #BAC813;
}
.TagClassName
{
border-color: #BAC813;
}
</style>