Shades of Rio Grande #BAC717
Tints of Rio Grande #BAC717
RGB
CMYK
RGB Variations
Color information
#BAC717 (or 0xBAC717) is known color: Rio Grande. HEX triplet: BA, C7 and 17. RGB value is (186,199,23). Sum of RGB (Red+Green+Blue) = 186+199+23=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC717 is #4538E8. Grayscale: #AFAFAF. Windows color (decimal): -4536553 or 1558458. OLE color: 1558458.
HSL color Cylindrical-coordinate representation of color #BAC717: hue angle of 64.43º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC717 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.22 |
| HSL | 64.43º | 0.79% | 0.44% | - |
| HSV(B) | 64.43º | 0.88% | 0.78% | - |
| XYZ | 40.83 | 51.35 | 8.57 | - |
| YUV | 175.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 23 | 0.07 | 0 | 0.88 | 0.22 | 64.43 | 0.79 | 0.44 |
| Hex | BA | C7 | 17 | 7 | 0 | 58 | 16 | 40 | 4F | 2C |
| Octal | 272 | 307 | 27 | 7 | 0 | 130 | 26 | 100 | 117 | 54 |
| Binary | 10111010 | 11000111 | 10111 | 111 | 0 | 1011000 | 10110 | 1000000 | 1001111 | 101100 |
Color Harmonies of #BAC717
Complementary color
Monochromatic Colors of #BAC717
Black with #BAC717
Text Example
Text Example
White with #BAC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC717; }
p { color: rgb(186,199,23); }
H1.HeaderClassName
{
color: #BAC717;
}
.AnyTagClassName
{
color: #BAC717;
}
</style>
background-color css
<style>
a { background-color: #BAC717; }
a { background-color: rgb(186,199,23); }
div.DivClassName
{
background-color: #BAC717;
}
.BgClassName
{
background-color: #BAC717;
}
</style>
border-color css
<style>
span { border-color: #BAC717; }
span { border-color: rgb(186,199,23); }
td.TdClassName
{
border-color: #BAC717;
}
.TagClassName
{
border-color: #BAC717;
}
</style>