Shades of Rio Grande #BACB14
Tints of Rio Grande #BACB14
RGB
CMYK
RGB Variations
Color information
#BACB14 (or 0xBACB14) is known color: Rio Grande. HEX triplet: BA, CB and 14. RGB value is (186,203,20). Sum of RGB (Red+Green+Blue) = 186+203+20=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACB14 is #4534EB. Grayscale: #B1B1B1. Windows color (decimal): -4535532 or 1362874. OLE color: 1362874.
HSL color Cylindrical-coordinate representation of color #BACB14: hue angle of 65.57º degrees, saturation: 0.82, 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 #BACB14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.20 |
| HSL | 65.57º | 0.82% | 0.44% | - |
| HSV(B) | 65.57º | 0.9% | 0.8% | - |
| XYZ | 41.73 | 53.2 | 8.73 | - |
| YUV | 177.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 20 | 0.08 | 0 | 0.90 | 0.20 | 65.57 | 0.82 | 0.44 |
| Hex | BA | CB | 14 | 8 | 0 | 5A | 14 | 42 | 52 | 2C |
| Octal | 272 | 313 | 24 | 10 | 0 | 132 | 24 | 102 | 122 | 54 |
| Binary | 10111010 | 11001011 | 10100 | 1000 | 0 | 1011010 | 10100 | 1000010 | 1010010 | 101100 |
Color Harmonies of #BACB14
Complementary color
Monochromatic Colors of #BACB14
Black with #BACB14
Text Example
Text Example
White with #BACB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB14; }
p { color: rgb(186,203,20); }
H1.HeaderClassName
{
color: #BACB14;
}
.AnyTagClassName
{
color: #BACB14;
}
</style>
background-color css
<style>
a { background-color: #BACB14; }
a { background-color: rgb(186,203,20); }
div.DivClassName
{
background-color: #BACB14;
}
.BgClassName
{
background-color: #BACB14;
}
</style>
border-color css
<style>
span { border-color: #BACB14; }
span { border-color: rgb(186,203,20); }
td.TdClassName
{
border-color: #BACB14;
}
.TagClassName
{
border-color: #BACB14;
}
</style>