Shades of Rio Grande #BACE13
Tints of Rio Grande #BACE13
RGB
CMYK
RGB Variations
Color information
#BACE13 (or 0xBACE13) is known color: Rio Grande. HEX triplet: BA, CE and 13. RGB value is (186,206,19). Sum of RGB (Red+Green+Blue) = 186+206+19=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE13 is #4531EC. Grayscale: #B3B3B3. Windows color (decimal): -4534765 or 1298106. OLE color: 1298106.
HSL color Cylindrical-coordinate representation of color #BACE13: hue angle of 66.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BACE13 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 19 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.19 |
| HSL | 66.42º | 0.83% | 0.44% | - |
| HSV(B) | 66.42º | 0.91% | 0.81% | - |
| XYZ | 42.44 | 54.63 | 8.92 | - |
| YUV | 178.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 19 | 0.10 | 0 | 0.91 | 0.19 | 66.42 | 0.83 | 0.44 |
| Hex | BA | CE | 13 | A | 0 | 5B | 13 | 42 | 53 | 2C |
| Octal | 272 | 316 | 23 | 12 | 0 | 133 | 23 | 102 | 123 | 54 |
| Binary | 10111010 | 11001110 | 10011 | 1010 | 0 | 1011011 | 10011 | 1000010 | 1010011 | 101100 |
Color Harmonies of #BACE13
Complementary color
Monochromatic Colors of #BACE13
Black with #BACE13
Text Example
Text Example
White with #BACE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE13; }
p { color: rgb(186,206,19); }
H1.HeaderClassName
{
color: #BACE13;
}
.AnyTagClassName
{
color: #BACE13;
}
</style>
background-color css
<style>
a { background-color: #BACE13; }
a { background-color: rgb(186,206,19); }
div.DivClassName
{
background-color: #BACE13;
}
.BgClassName
{
background-color: #BACE13;
}
</style>
border-color css
<style>
span { border-color: #BACE13; }
span { border-color: rgb(186,206,19); }
td.TdClassName
{
border-color: #BACE13;
}
.TagClassName
{
border-color: #BACE13;
}
</style>