Shades of Rio Grande #BCC921
Tints of Rio Grande #BCC921
RGB
CMYK
RGB Variations
Color information
#BCC921 (or 0xBCC921) is known color: Rio Grande. HEX triplet: BC, C9 and 21. RGB value is (188,201,33). Sum of RGB (Red+Green+Blue) = 188+201+33=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC921 is #4336DE. Grayscale: #B2B2B2. Windows color (decimal): -4404959 or 2214332. OLE color: 2214332.
HSL color Cylindrical-coordinate representation of color #BCC921: hue angle of 64.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC921 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 33 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.21 |
| HSL | 64.64º | 0.72% | 0.46% | - |
| HSV(B) | 64.64º | 0.84% | 0.79% | - |
| XYZ | 41.9 | 52.57 | 9.38 | - |
| YUV | 177.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 33 | 0.06 | 0 | 0.84 | 0.21 | 64.64 | 0.72 | 0.46 |
| Hex | BC | C9 | 21 | 6 | 0 | 54 | 15 | 41 | 48 | 2E |
| Octal | 274 | 311 | 41 | 6 | 0 | 124 | 25 | 101 | 110 | 56 |
| Binary | 10111100 | 11001001 | 100001 | 110 | 0 | 1010100 | 10101 | 1000001 | 1001000 | 101110 |
Color Harmonies of #BCC921
Complementary color
Monochromatic Colors of #BCC921
Black with #BCC921
Text Example
Text Example
White with #BCC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC921; }
p { color: rgb(188,201,33); }
H1.HeaderClassName
{
color: #BCC921;
}
.AnyTagClassName
{
color: #BCC921;
}
</style>
background-color css
<style>
a { background-color: #BCC921; }
a { background-color: rgb(188,201,33); }
div.DivClassName
{
background-color: #BCC921;
}
.BgClassName
{
background-color: #BCC921;
}
</style>
border-color css
<style>
span { border-color: #BCC921; }
span { border-color: rgb(188,201,33); }
td.TdClassName
{
border-color: #BCC921;
}
.TagClassName
{
border-color: #BCC921;
}
</style>