Shades of Rio Grande #BACE17
Tints of Rio Grande #BACE17
RGB
CMYK
RGB Variations
Color information
#BACE17 (or 0xBACE17) is known color: Rio Grande. HEX triplet: BA, CE and 17. RGB value is (186,206,23). Sum of RGB (Red+Green+Blue) = 186+206+23=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE17 is #4531E8. Grayscale: #B3B3B3. Windows color (decimal): -4534761 or 1560250. OLE color: 1560250.
HSL color Cylindrical-coordinate representation of color #BACE17: hue angle of 66.56º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BACE17 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 23 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.19 |
| HSL | 66.56º | 0.8% | 0.45% | - |
| HSV(B) | 66.56º | 0.89% | 0.81% | - |
| XYZ | 42.48 | 54.64 | 9.12 | - |
| YUV | 179.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 23 | 0.10 | 0 | 0.89 | 0.19 | 66.56 | 0.8 | 0.45 |
| Hex | BA | CE | 17 | A | 0 | 59 | 13 | 43 | 50 | 2D |
| Octal | 272 | 316 | 27 | 12 | 0 | 131 | 23 | 103 | 120 | 55 |
| Binary | 10111010 | 11001110 | 10111 | 1010 | 0 | 1011001 | 10011 | 1000011 | 1010000 | 101101 |
Color Harmonies of #BACE17
Complementary color
Monochromatic Colors of #BACE17
Black with #BACE17
Text Example
Text Example
White with #BACE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE17; }
p { color: rgb(186,206,23); }
H1.HeaderClassName
{
color: #BACE17;
}
.AnyTagClassName
{
color: #BACE17;
}
</style>
background-color css
<style>
a { background-color: #BACE17; }
a { background-color: rgb(186,206,23); }
div.DivClassName
{
background-color: #BACE17;
}
.BgClassName
{
background-color: #BACE17;
}
</style>
border-color css
<style>
span { border-color: #BACE17; }
span { border-color: rgb(186,206,23); }
td.TdClassName
{
border-color: #BACE17;
}
.TagClassName
{
border-color: #BACE17;
}
</style>