Shades of Rio Grande #BCC415
Tints of Rio Grande #BCC415
RGB
CMYK
RGB Variations
Color information
#BCC415 (or 0xBCC415) is known color: Rio Grande. HEX triplet: BC, C4 and 15. RGB value is (188,196,21). Sum of RGB (Red+Green+Blue) = 188+196+21=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC415 is #433BEA. Grayscale: #AEAEAE. Windows color (decimal): -4406251 or 1426620. OLE color: 1426620.
HSL color Cylindrical-coordinate representation of color #BCC415: hue angle of 62.74º degrees, saturation: 0.81, 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 #BCC415 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 21 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.23 |
| HSL | 62.74º | 0.81% | 0.43% | - |
| HSV(B) | 62.74º | 0.89% | 0.77% | - |
| XYZ | 40.61 | 50.23 | 8.26 | - |
| YUV | 173.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 21 | 0.04 | 0 | 0.89 | 0.23 | 62.74 | 0.81 | 0.43 |
| Hex | BC | C4 | 15 | 4 | 0 | 59 | 17 | 3F | 51 | 2B |
| Octal | 274 | 304 | 25 | 4 | 0 | 131 | 27 | 77 | 121 | 53 |
| Binary | 10111100 | 11000100 | 10101 | 100 | 0 | 1011001 | 10111 | 111111 | 1010001 | 101011 |
Color Harmonies of #BCC415
Complementary color
Monochromatic Colors of #BCC415
Black with #BCC415
Text Example
Text Example
White with #BCC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC415; }
p { color: rgb(188,196,21); }
H1.HeaderClassName
{
color: #BCC415;
}
.AnyTagClassName
{
color: #BCC415;
}
</style>
background-color css
<style>
a { background-color: #BCC415; }
a { background-color: rgb(188,196,21); }
div.DivClassName
{
background-color: #BCC415;
}
.BgClassName
{
background-color: #BCC415;
}
</style>
border-color css
<style>
span { border-color: #BCC415; }
span { border-color: rgb(188,196,21); }
td.TdClassName
{
border-color: #BCC415;
}
.TagClassName
{
border-color: #BCC415;
}
</style>