Shades of Rio Grande #BCC917
Tints of Rio Grande #BCC917
RGB
CMYK
RGB Variations
Color information
#BCC917 (or 0xBCC917) is known color: Rio Grande. HEX triplet: BC, C9 and 17. RGB value is (188,201,23). Sum of RGB (Red+Green+Blue) = 188+201+23=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC917 is #4336E8. Grayscale: #B1B1B1. Windows color (decimal): -4404969 or 1558972. OLE color: 1558972.
HSL color Cylindrical-coordinate representation of color #BCC917: hue angle of 64.38º degrees, saturation: 0.79, 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 #BCC917 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.21 |
| HSL | 64.38º | 0.79% | 0.44% | - |
| HSV(B) | 64.38º | 0.89% | 0.79% | - |
| XYZ | 41.78 | 52.53 | 8.75 | - |
| YUV | 176.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 23 | 0.06 | 0 | 0.89 | 0.21 | 64.38 | 0.79 | 0.44 |
| Hex | BC | C9 | 17 | 6 | 0 | 59 | 15 | 40 | 4F | 2C |
| Octal | 274 | 311 | 27 | 6 | 0 | 131 | 25 | 100 | 117 | 54 |
| Binary | 10111100 | 11001001 | 10111 | 110 | 0 | 1011001 | 10101 | 1000000 | 1001111 | 101100 |
Color Harmonies of #BCC917
Complementary color
Monochromatic Colors of #BCC917
Black with #BCC917
Text Example
Text Example
White with #BCC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC917; }
p { color: rgb(188,201,23); }
H1.HeaderClassName
{
color: #BCC917;
}
.AnyTagClassName
{
color: #BCC917;
}
</style>
background-color css
<style>
a { background-color: #BCC917; }
a { background-color: rgb(188,201,23); }
div.DivClassName
{
background-color: #BCC917;
}
.BgClassName
{
background-color: #BCC917;
}
</style>
border-color css
<style>
span { border-color: #BCC917; }
span { border-color: rgb(188,201,23); }
td.TdClassName
{
border-color: #BCC917;
}
.TagClassName
{
border-color: #BCC917;
}
</style>