Shades of Rio Grande #BCD610
Tints of Rio Grande #BCD610
RGB
CMYK
RGB Variations
Color information
#BCD610 (or 0xBCD610) is known color: Rio Grande. HEX triplet: BC, D6 and 10. RGB value is (188,214,16). Sum of RGB (Red+Green+Blue) = 188+214+16=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD610 is #4329EF. Grayscale: #B8B8B8. Windows color (decimal): -4401648 or 1103548. OLE color: 1103548.
HSL color Cylindrical-coordinate representation of color #BCD610: hue angle of 67.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD610 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.16 |
| HSL | 67.88º | 0.86% | 0.45% | - |
| HSV(B) | 67.88º | 0.93% | 0.84% | - |
| XYZ | 44.88 | 58.82 | 9.48 | - |
| YUV | 183.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 16 | 0.12 | 0 | 0.93 | 0.16 | 67.88 | 0.86 | 0.45 |
| Hex | BC | D6 | 10 | C | 0 | 5D | 10 | 44 | 56 | 2D |
| Octal | 274 | 326 | 20 | 14 | 0 | 135 | 20 | 104 | 126 | 55 |
| Binary | 10111100 | 11010110 | 10000 | 1100 | 0 | 1011101 | 10000 | 1000100 | 1010110 | 101101 |
Color Harmonies of #BCD610
Complementary color
Monochromatic Colors of #BCD610
Black with #BCD610
Text Example
Text Example
White with #BCD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD610; }
p { color: rgb(188,214,16); }
H1.HeaderClassName
{
color: #BCD610;
}
.AnyTagClassName
{
color: #BCD610;
}
</style>
background-color css
<style>
a { background-color: #BCD610; }
a { background-color: rgb(188,214,16); }
div.DivClassName
{
background-color: #BCD610;
}
.BgClassName
{
background-color: #BCD610;
}
</style>
border-color css
<style>
span { border-color: #BCD610; }
span { border-color: rgb(188,214,16); }
td.TdClassName
{
border-color: #BCD610;
}
.TagClassName
{
border-color: #BCD610;
}
</style>