Shades of Rio Grande #BCC621
Tints of Rio Grande #BCC621
RGB
CMYK
RGB Variations
Color information
#BCC621 (or 0xBCC621) is known color: Rio Grande. HEX triplet: BC, C6 and 21. RGB value is (188,198,33). Sum of RGB (Red+Green+Blue) = 188+198+33=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC621 is #4339DE. Grayscale: #B0B0B0. Windows color (decimal): -4405727 or 2213564. OLE color: 2213564.
HSL color Cylindrical-coordinate representation of color #BCC621: hue angle of 63.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC621 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 33 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.22 |
| HSL | 63.64º | 0.71% | 0.45% | - |
| HSV(B) | 63.64º | 0.83% | 0.78% | - |
| XYZ | 41.21 | 51.19 | 9.15 | - |
| YUV | 176.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 33 | 0.05 | 0 | 0.83 | 0.22 | 63.64 | 0.71 | 0.45 |
| Hex | BC | C6 | 21 | 5 | 0 | 53 | 16 | 40 | 47 | 2D |
| Octal | 274 | 306 | 41 | 5 | 0 | 123 | 26 | 100 | 107 | 55 |
| Binary | 10111100 | 11000110 | 100001 | 101 | 0 | 1010011 | 10110 | 1000000 | 1000111 | 101101 |
Color Harmonies of #BCC621
Complementary color
Monochromatic Colors of #BCC621
Black with #BCC621
Text Example
Text Example
White with #BCC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC621; }
p { color: rgb(188,198,33); }
H1.HeaderClassName
{
color: #BCC621;
}
.AnyTagClassName
{
color: #BCC621;
}
</style>
background-color css
<style>
a { background-color: #BCC621; }
a { background-color: rgb(188,198,33); }
div.DivClassName
{
background-color: #BCC621;
}
.BgClassName
{
background-color: #BCC621;
}
</style>
border-color css
<style>
span { border-color: #BCC621; }
span { border-color: rgb(188,198,33); }
td.TdClassName
{
border-color: #BCC621;
}
.TagClassName
{
border-color: #BCC621;
}
</style>