Shades of Rio Grande #BACE23
Tints of Rio Grande #BACE23
RGB
CMYK
RGB Variations
Color information
#BACE23 (or 0xBACE23) is known color: Rio Grande. HEX triplet: BA, CE and 23. RGB value is (186,206,35). Sum of RGB (Red+Green+Blue) = 186+206+35=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE23 is #4531DC. Grayscale: #B5B5B5. Windows color (decimal): -4534749 or 2346682. OLE color: 2346682.
HSL color Cylindrical-coordinate representation of color #BACE23: hue angle of 67.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BACE23 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 35 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.19 |
| HSL | 67.02º | 0.71% | 0.47% | - |
| HSV(B) | 67.02º | 0.83% | 0.81% | - |
| XYZ | 42.62 | 54.7 | 9.9 | - |
| YUV | 180.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 35 | 0.10 | 0 | 0.83 | 0.19 | 67.02 | 0.71 | 0.47 |
| Hex | BA | CE | 23 | A | 0 | 53 | 13 | 43 | 47 | 2F |
| Octal | 272 | 316 | 43 | 12 | 0 | 123 | 23 | 103 | 107 | 57 |
| Binary | 10111010 | 11001110 | 100011 | 1010 | 0 | 1010011 | 10011 | 1000011 | 1000111 | 101111 |
Color Harmonies of #BACE23
Complementary color
Monochromatic Colors of #BACE23
Black with #BACE23
Text Example
Text Example
White with #BACE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE23; }
p { color: rgb(186,206,35); }
H1.HeaderClassName
{
color: #BACE23;
}
.AnyTagClassName
{
color: #BACE23;
}
</style>
background-color css
<style>
a { background-color: #BACE23; }
a { background-color: rgb(186,206,35); }
div.DivClassName
{
background-color: #BACE23;
}
.BgClassName
{
background-color: #BACE23;
}
</style>
border-color css
<style>
span { border-color: #BACE23; }
span { border-color: rgb(186,206,35); }
td.TdClassName
{
border-color: #BACE23;
}
.TagClassName
{
border-color: #BACE23;
}
</style>