Shades of Rio Grande #BCC516
Tints of Rio Grande #BCC516
RGB
CMYK
RGB Variations
Color information
#BCC516 (or 0xBCC516) is known color: Rio Grande. HEX triplet: BC, C5 and 16. RGB value is (188,197,22). Sum of RGB (Red+Green+Blue) = 188+197+22=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC516 is #433AE9. Grayscale: #AFAFAF. Windows color (decimal): -4405994 or 1492412. OLE color: 1492412.
HSL color Cylindrical-coordinate representation of color #BCC516: hue angle of 63.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC516 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.23 |
| HSL | 63.09º | 0.8% | 0.43% | - |
| HSV(B) | 63.09º | 0.89% | 0.77% | - |
| XYZ | 40.85 | 50.68 | 8.39 | - |
| YUV | 174.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 22 | 0.05 | 0 | 0.89 | 0.23 | 63.09 | 0.8 | 0.43 |
| Hex | BC | C5 | 16 | 5 | 0 | 59 | 17 | 3F | 50 | 2B |
| Octal | 274 | 305 | 26 | 5 | 0 | 131 | 27 | 77 | 120 | 53 |
| Binary | 10111100 | 11000101 | 10110 | 101 | 0 | 1011001 | 10111 | 111111 | 1010000 | 101011 |
Color Harmonies of #BCC516
Complementary color
Monochromatic Colors of #BCC516
Black with #BCC516
Text Example
Text Example
White with #BCC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC516; }
p { color: rgb(188,197,22); }
H1.HeaderClassName
{
color: #BCC516;
}
.AnyTagClassName
{
color: #BCC516;
}
</style>
background-color css
<style>
a { background-color: #BCC516; }
a { background-color: rgb(188,197,22); }
div.DivClassName
{
background-color: #BCC516;
}
.BgClassName
{
background-color: #BCC516;
}
</style>
border-color css
<style>
span { border-color: #BCC516; }
span { border-color: rgb(188,197,22); }
td.TdClassName
{
border-color: #BCC516;
}
.TagClassName
{
border-color: #BCC516;
}
</style>