Shades of Rio Grande #BCD517
Tints of Rio Grande #BCD517
RGB
CMYK
RGB Variations
Color information
#BCD517 (or 0xBCD517) is known color: Rio Grande. HEX triplet: BC, D5 and 17. RGB value is (188,213,23). Sum of RGB (Red+Green+Blue) = 188+213+23=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD517 is #432AE8. Grayscale: #B8B8B8. Windows color (decimal): -4401897 or 1562044. OLE color: 1562044.
HSL color Cylindrical-coordinate representation of color #BCD517: hue angle of 67.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD517 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 23 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.16 |
| HSL | 67.89º | 0.81% | 0.46% | - |
| HSV(B) | 67.89º | 0.89% | 0.84% | - |
| XYZ | 44.69 | 58.34 | 9.72 | - |
| YUV | 183.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 23 | 0.12 | 0 | 0.89 | 0.16 | 67.89 | 0.81 | 0.46 |
| Hex | BC | D5 | 17 | C | 0 | 59 | 10 | 44 | 51 | 2E |
| Octal | 274 | 325 | 27 | 14 | 0 | 131 | 20 | 104 | 121 | 56 |
| Binary | 10111100 | 11010101 | 10111 | 1100 | 0 | 1011001 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BCD517
Complementary color
Monochromatic Colors of #BCD517
Black with #BCD517
Text Example
Text Example
White with #BCD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD517; }
p { color: rgb(188,213,23); }
H1.HeaderClassName
{
color: #BCD517;
}
.AnyTagClassName
{
color: #BCD517;
}
</style>
background-color css
<style>
a { background-color: #BCD517; }
a { background-color: rgb(188,213,23); }
div.DivClassName
{
background-color: #BCD517;
}
.BgClassName
{
background-color: #BCD517;
}
</style>
border-color css
<style>
span { border-color: #BCD517; }
span { border-color: rgb(188,213,23); }
td.TdClassName
{
border-color: #BCD517;
}
.TagClassName
{
border-color: #BCD517;
}
</style>