Shades of Rio Grande #BACB16
Tints of Rio Grande #BACB16
RGB
CMYK
RGB Variations
Color information
#BACB16 (or 0xBACB16) is known color: Rio Grande. HEX triplet: BA, CB and 16. RGB value is (186,203,22). Sum of RGB (Red+Green+Blue) = 186+203+22=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACB16 is #4534E9. Grayscale: #B1B1B1. Windows color (decimal): -4535530 or 1493946. OLE color: 1493946.
HSL color Cylindrical-coordinate representation of color #BACB16: hue angle of 65.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BACB16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.20 |
| HSL | 65.64º | 0.8% | 0.44% | - |
| HSV(B) | 65.64º | 0.89% | 0.8% | - |
| XYZ | 41.75 | 53.21 | 8.83 | - |
| YUV | 177.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 22 | 0.08 | 0 | 0.89 | 0.20 | 65.64 | 0.8 | 0.44 |
| Hex | BA | CB | 16 | 8 | 0 | 59 | 14 | 42 | 50 | 2C |
| Octal | 272 | 313 | 26 | 10 | 0 | 131 | 24 | 102 | 120 | 54 |
| Binary | 10111010 | 11001011 | 10110 | 1000 | 0 | 1011001 | 10100 | 1000010 | 1010000 | 101100 |
Color Harmonies of #BACB16
Complementary color
Monochromatic Colors of #BACB16
Black with #BACB16
Text Example
Text Example
White with #BACB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB16; }
p { color: rgb(186,203,22); }
H1.HeaderClassName
{
color: #BACB16;
}
.AnyTagClassName
{
color: #BACB16;
}
</style>
background-color css
<style>
a { background-color: #BACB16; }
a { background-color: rgb(186,203,22); }
div.DivClassName
{
background-color: #BACB16;
}
.BgClassName
{
background-color: #BACB16;
}
</style>
border-color css
<style>
span { border-color: #BACB16; }
span { border-color: rgb(186,203,22); }
td.TdClassName
{
border-color: #BACB16;
}
.TagClassName
{
border-color: #BACB16;
}
</style>