Shades of Rio Grande #BACB15
Tints of Rio Grande #BACB15
RGB
CMYK
RGB Variations
Color information
#BACB15 (or 0xBACB15) is known color: Rio Grande. HEX triplet: BA, CB and 15. RGB value is (186,203,21). Sum of RGB (Red+Green+Blue) = 186+203+21=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACB15 is #4534EA. Grayscale: #B1B1B1. Windows color (decimal): -4535531 or 1428410. OLE color: 1428410.
HSL color Cylindrical-coordinate representation of color #BACB15: hue angle of 65.6º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BACB15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.20 |
| HSL | 65.6º | 0.81% | 0.44% | - |
| HSV(B) | 65.6º | 0.9% | 0.8% | - |
| XYZ | 41.74 | 53.21 | 8.78 | - |
| YUV | 177.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 21 | 0.08 | 0 | 0.90 | 0.20 | 65.6 | 0.81 | 0.44 |
| Hex | BA | CB | 15 | 8 | 0 | 5A | 14 | 42 | 51 | 2C |
| Octal | 272 | 313 | 25 | 10 | 0 | 132 | 24 | 102 | 121 | 54 |
| Binary | 10111010 | 11001011 | 10101 | 1000 | 0 | 1011010 | 10100 | 1000010 | 1010001 | 101100 |
Color Harmonies of #BACB15
Complementary color
Monochromatic Colors of #BACB15
Black with #BACB15
Text Example
Text Example
White with #BACB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB15; }
p { color: rgb(186,203,21); }
H1.HeaderClassName
{
color: #BACB15;
}
.AnyTagClassName
{
color: #BACB15;
}
</style>
background-color css
<style>
a { background-color: #BACB15; }
a { background-color: rgb(186,203,21); }
div.DivClassName
{
background-color: #BACB15;
}
.BgClassName
{
background-color: #BACB15;
}
</style>
border-color css
<style>
span { border-color: #BACB15; }
span { border-color: rgb(186,203,21); }
td.TdClassName
{
border-color: #BACB15;
}
.TagClassName
{
border-color: #BACB15;
}
</style>