Shades of Rio Grande #BCC521
Tints of Rio Grande #BCC521
RGB
CMYK
RGB Variations
Color information
#BCC521 (or 0xBCC521) is known color: Rio Grande. HEX triplet: BC, C5 and 21. RGB value is (188,197,33). Sum of RGB (Red+Green+Blue) = 188+197+33=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC521 is #433ADE. Grayscale: #B0B0B0. Windows color (decimal): -4405983 or 2213308. OLE color: 2213308.
HSL color Cylindrical-coordinate representation of color #BCC521: hue angle of 63.29º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC521 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 33 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.23 |
| HSL | 63.29º | 0.71% | 0.45% | - |
| HSV(B) | 63.29º | 0.83% | 0.77% | - |
| XYZ | 40.98 | 50.73 | 9.07 | - |
| YUV | 175.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 33 | 0.05 | 0 | 0.83 | 0.23 | 63.29 | 0.71 | 0.45 |
| Hex | BC | C5 | 21 | 5 | 0 | 53 | 17 | 3F | 47 | 2D |
| Octal | 274 | 305 | 41 | 5 | 0 | 123 | 27 | 77 | 107 | 55 |
| Binary | 10111100 | 11000101 | 100001 | 101 | 0 | 1010011 | 10111 | 111111 | 1000111 | 101101 |
Color Harmonies of #BCC521
Complementary color
Monochromatic Colors of #BCC521
Black with #BCC521
Text Example
Text Example
White with #BCC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC521; }
p { color: rgb(188,197,33); }
H1.HeaderClassName
{
color: #BCC521;
}
.AnyTagClassName
{
color: #BCC521;
}
</style>
background-color css
<style>
a { background-color: #BCC521; }
a { background-color: rgb(188,197,33); }
div.DivClassName
{
background-color: #BCC521;
}
.BgClassName
{
background-color: #BCC521;
}
</style>
border-color css
<style>
span { border-color: #BCC521; }
span { border-color: rgb(188,197,33); }
td.TdClassName
{
border-color: #BCC521;
}
.TagClassName
{
border-color: #BCC521;
}
</style>