Shades of Rio Grande #BCD716
Tints of Rio Grande #BCD716
RGB
CMYK
RGB Variations
Color information
#BCD716 (or 0xBCD716) is known color: Rio Grande. HEX triplet: BC, D7 and 16. RGB value is (188,215,22). Sum of RGB (Red+Green+Blue) = 188+215+22=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD716 is #4328E9. Grayscale: #B9B9B9. Windows color (decimal): -4401386 or 1497020. OLE color: 1497020.
HSL color Cylindrical-coordinate representation of color #BCD716: hue angle of 68.39º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCD716 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.16 |
| HSL | 68.39º | 0.81% | 0.46% | - |
| HSV(B) | 68.39º | 0.9% | 0.84% | - |
| XYZ | 45.18 | 59.35 | 9.83 | - |
| YUV | 184.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 22 | 0.13 | 0 | 0.90 | 0.16 | 68.39 | 0.81 | 0.46 |
| Hex | BC | D7 | 16 | D | 0 | 5A | 10 | 44 | 51 | 2E |
| Octal | 274 | 327 | 26 | 15 | 0 | 132 | 20 | 104 | 121 | 56 |
| Binary | 10111100 | 11010111 | 10110 | 1101 | 0 | 1011010 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BCD716
Complementary color
Monochromatic Colors of #BCD716
Black with #BCD716
Text Example
Text Example
White with #BCD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD716; }
p { color: rgb(188,215,22); }
H1.HeaderClassName
{
color: #BCD716;
}
.AnyTagClassName
{
color: #BCD716;
}
</style>
background-color css
<style>
a { background-color: #BCD716; }
a { background-color: rgb(188,215,22); }
div.DivClassName
{
background-color: #BCD716;
}
.BgClassName
{
background-color: #BCD716;
}
</style>
border-color css
<style>
span { border-color: #BCD716; }
span { border-color: rgb(188,215,22); }
td.TdClassName
{
border-color: #BCD716;
}
.TagClassName
{
border-color: #BCD716;
}
</style>