Shades of Rio Grande #BAC723
Tints of Rio Grande #BAC723
RGB
CMYK
RGB Variations
Color information
#BAC723 (or 0xBAC723) is known color: Rio Grande. HEX triplet: BA, C7 and 23. RGB value is (186,199,35). Sum of RGB (Red+Green+Blue) = 186+199+35=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC723 is #4538DC. Grayscale: #B1B1B1. Windows color (decimal): -4536541 or 2344890. OLE color: 2344890.
HSL color Cylindrical-coordinate representation of color #BAC723: hue angle of 64.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAC723 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 35 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.22 |
| HSL | 64.76º | 0.7% | 0.46% | - |
| HSV(B) | 64.76º | 0.82% | 0.78% | - |
| XYZ | 40.98 | 51.41 | 9.35 | - |
| YUV | 176.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 35 | 0.07 | 0 | 0.82 | 0.22 | 64.76 | 0.7 | 0.46 |
| Hex | BA | C7 | 23 | 7 | 0 | 52 | 16 | 41 | 46 | 2E |
| Octal | 272 | 307 | 43 | 7 | 0 | 122 | 26 | 101 | 106 | 56 |
| Binary | 10111010 | 11000111 | 100011 | 111 | 0 | 1010010 | 10110 | 1000001 | 1000110 | 101110 |
Color Harmonies of #BAC723
Complementary color
Monochromatic Colors of #BAC723
Black with #BAC723
Text Example
Text Example
White with #BAC723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC723; }
p { color: rgb(186,199,35); }
H1.HeaderClassName
{
color: #BAC723;
}
.AnyTagClassName
{
color: #BAC723;
}
</style>
background-color css
<style>
a { background-color: #BAC723; }
a { background-color: rgb(186,199,35); }
div.DivClassName
{
background-color: #BAC723;
}
.BgClassName
{
background-color: #BAC723;
}
</style>
border-color css
<style>
span { border-color: #BAC723; }
span { border-color: rgb(186,199,35); }
td.TdClassName
{
border-color: #BAC723;
}
.TagClassName
{
border-color: #BAC723;
}
</style>