Shades of Rio Grande #BCD516
Tints of Rio Grande #BCD516
RGB
CMYK
RGB Variations
Color information
#BCD516 (or 0xBCD516) is known color: Rio Grande. HEX triplet: BC, D5 and 16. RGB value is (188,213,22). Sum of RGB (Red+Green+Blue) = 188+213+22=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD516 is #432AE9. Grayscale: #B8B8B8. Windows color (decimal): -4401898 or 1496508. OLE color: 1496508.
HSL color Cylindrical-coordinate representation of color #BCD516: hue angle of 67.85º 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 #BCD516 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.16 |
| HSL | 67.85º | 0.81% | 0.46% | - |
| HSV(B) | 67.85º | 0.9% | 0.84% | - |
| XYZ | 44.68 | 58.34 | 9.66 | - |
| YUV | 183.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 22 | 0.12 | 0 | 0.90 | 0.16 | 67.85 | 0.81 | 0.46 |
| Hex | BC | D5 | 16 | C | 0 | 5A | 10 | 44 | 51 | 2E |
| Octal | 274 | 325 | 26 | 14 | 0 | 132 | 20 | 104 | 121 | 56 |
| Binary | 10111100 | 11010101 | 10110 | 1100 | 0 | 1011010 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BCD516
Complementary color
Monochromatic Colors of #BCD516
Black with #BCD516
Text Example
Text Example
White with #BCD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD516; }
p { color: rgb(188,213,22); }
H1.HeaderClassName
{
color: #BCD516;
}
.AnyTagClassName
{
color: #BCD516;
}
</style>
background-color css
<style>
a { background-color: #BCD516; }
a { background-color: rgb(188,213,22); }
div.DivClassName
{
background-color: #BCD516;
}
.BgClassName
{
background-color: #BCD516;
}
</style>
border-color css
<style>
span { border-color: #BCD516; }
span { border-color: rgb(188,213,22); }
td.TdClassName
{
border-color: #BCD516;
}
.TagClassName
{
border-color: #BCD516;
}
</style>