Shades of Rio Grande #BCC916
Tints of Rio Grande #BCC916
RGB
CMYK
RGB Variations
Color information
#BCC916 (or 0xBCC916) is known color: Rio Grande. HEX triplet: BC, C9 and 16. RGB value is (188,201,22). Sum of RGB (Red+Green+Blue) = 188+201+22=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC916 is #4336E9. Grayscale: #B1B1B1. Windows color (decimal): -4404970 or 1493436. OLE color: 1493436.
HSL color Cylindrical-coordinate representation of color #BCC916: hue angle of 64.36º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC916 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.21 |
| HSL | 64.36º | 0.8% | 0.44% | - |
| HSV(B) | 64.36º | 0.89% | 0.79% | - |
| XYZ | 41.77 | 52.52 | 8.7 | - |
| YUV | 176.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 22 | 0.06 | 0 | 0.89 | 0.21 | 64.36 | 0.8 | 0.44 |
| Hex | BC | C9 | 16 | 6 | 0 | 59 | 15 | 40 | 50 | 2C |
| Octal | 274 | 311 | 26 | 6 | 0 | 131 | 25 | 100 | 120 | 54 |
| Binary | 10111100 | 11001001 | 10110 | 110 | 0 | 1011001 | 10101 | 1000000 | 1010000 | 101100 |
Color Harmonies of #BCC916
Complementary color
Monochromatic Colors of #BCC916
Black with #BCC916
Text Example
Text Example
White with #BCC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC916; }
p { color: rgb(188,201,22); }
H1.HeaderClassName
{
color: #BCC916;
}
.AnyTagClassName
{
color: #BCC916;
}
</style>
background-color css
<style>
a { background-color: #BCC916; }
a { background-color: rgb(188,201,22); }
div.DivClassName
{
background-color: #BCC916;
}
.BgClassName
{
background-color: #BCC916;
}
</style>
border-color css
<style>
span { border-color: #BCC916; }
span { border-color: rgb(188,201,22); }
td.TdClassName
{
border-color: #BCC916;
}
.TagClassName
{
border-color: #BCC916;
}
</style>