Shades of Rio Grande #BAC120
Tints of Rio Grande #BAC120
RGB
CMYK
RGB Variations
Color information
#BAC120 (or 0xBAC120) is known color: Rio Grande. HEX triplet: BA, C1 and 20. RGB value is (186,193,32). Sum of RGB (Red+Green+Blue) = 186+193+32=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC120 is #453EDF. Grayscale: #ADADAD. Windows color (decimal): -4538080 or 2146746. OLE color: 2146746.
HSL color Cylindrical-coordinate representation of color #BAC120: hue angle of 62.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC120 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 32 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.24 |
| HSL | 62.61º | 0.72% | 0.44% | - |
| HSV(B) | 62.61º | 0.83% | 0.76% | - |
| XYZ | 39.58 | 48.68 | 8.68 | - |
| YUV | 172.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 32 | 0.04 | 0 | 0.83 | 0.24 | 62.61 | 0.72 | 0.44 |
| Hex | BA | C1 | 20 | 4 | 0 | 53 | 18 | 3F | 48 | 2C |
| Octal | 272 | 301 | 40 | 4 | 0 | 123 | 30 | 77 | 110 | 54 |
| Binary | 10111010 | 11000001 | 100000 | 100 | 0 | 1010011 | 11000 | 111111 | 1001000 | 101100 |
Color Harmonies of #BAC120
Complementary color
Monochromatic Colors of #BAC120
Black with #BAC120
Text Example
Text Example
White with #BAC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC120; }
p { color: rgb(186,193,32); }
H1.HeaderClassName
{
color: #BAC120;
}
.AnyTagClassName
{
color: #BAC120;
}
</style>
background-color css
<style>
a { background-color: #BAC120; }
a { background-color: rgb(186,193,32); }
div.DivClassName
{
background-color: #BAC120;
}
.BgClassName
{
background-color: #BAC120;
}
</style>
border-color css
<style>
span { border-color: #BAC120; }
span { border-color: rgb(186,193,32); }
td.TdClassName
{
border-color: #BAC120;
}
.TagClassName
{
border-color: #BAC120;
}
</style>