Shades of Rio Grande #BACA14
Tints of Rio Grande #BACA14
RGB
CMYK
RGB Variations
Color information
#BACA14 (or 0xBACA14) is known color: Rio Grande. HEX triplet: BA, CA and 14. RGB value is (186,202,20). Sum of RGB (Red+Green+Blue) = 186+202+20=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA14 is #4535EB. Grayscale: #B1B1B1. Windows color (decimal): -4535788 or 1362618. OLE color: 1362618.
HSL color Cylindrical-coordinate representation of color #BACA14: hue angle of 65.27º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BACA14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.21 |
| HSL | 65.27º | 0.82% | 0.44% | - |
| HSV(B) | 65.27º | 0.9% | 0.79% | - |
| XYZ | 41.5 | 52.73 | 8.65 | - |
| YUV | 176.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 20 | 0.08 | 0 | 0.90 | 0.21 | 65.27 | 0.82 | 0.44 |
| Hex | BA | CA | 14 | 8 | 0 | 5A | 15 | 41 | 52 | 2C |
| Octal | 272 | 312 | 24 | 10 | 0 | 132 | 25 | 101 | 122 | 54 |
| Binary | 10111010 | 11001010 | 10100 | 1000 | 0 | 1011010 | 10101 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BACA14
Complementary color
Monochromatic Colors of #BACA14
Black with #BACA14
Text Example
Text Example
White with #BACA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA14; }
p { color: rgb(186,202,20); }
H1.HeaderClassName
{
color: #BACA14;
}
.AnyTagClassName
{
color: #BACA14;
}
</style>
background-color css
<style>
a { background-color: #BACA14; }
a { background-color: rgb(186,202,20); }
div.DivClassName
{
background-color: #BACA14;
}
.BgClassName
{
background-color: #BACA14;
}
</style>
border-color css
<style>
span { border-color: #BACA14; }
span { border-color: rgb(186,202,20); }
td.TdClassName
{
border-color: #BACA14;
}
.TagClassName
{
border-color: #BACA14;
}
</style>