Shades of Rio Grande #BCC721
Tints of Rio Grande #BCC721
RGB
CMYK
RGB Variations
Color information
#BCC721 (or 0xBCC721) is known color: Rio Grande. HEX triplet: BC, C7 and 21. RGB value is (188,199,33). Sum of RGB (Red+Green+Blue) = 188+199+33=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC721 is #4338DE. Grayscale: #B1B1B1. Windows color (decimal): -4405471 or 2213820. OLE color: 2213820.
HSL color Cylindrical-coordinate representation of color #BCC721: hue angle of 63.98º degrees, saturation: 0.72, 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 #BCC721 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 33 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.22 |
| HSL | 63.98º | 0.72% | 0.45% | - |
| HSV(B) | 63.98º | 0.83% | 0.78% | - |
| XYZ | 41.44 | 51.65 | 9.22 | - |
| YUV | 176.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 33 | 0.06 | 0 | 0.83 | 0.22 | 63.98 | 0.72 | 0.45 |
| Hex | BC | C7 | 21 | 6 | 0 | 53 | 16 | 40 | 48 | 2D |
| Octal | 274 | 307 | 41 | 6 | 0 | 123 | 26 | 100 | 110 | 55 |
| Binary | 10111100 | 11000111 | 100001 | 110 | 0 | 1010011 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BCC721
Complementary color
Monochromatic Colors of #BCC721
Black with #BCC721
Text Example
Text Example
White with #BCC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC721; }
p { color: rgb(188,199,33); }
H1.HeaderClassName
{
color: #BCC721;
}
.AnyTagClassName
{
color: #BCC721;
}
</style>
background-color css
<style>
a { background-color: #BCC721; }
a { background-color: rgb(188,199,33); }
div.DivClassName
{
background-color: #BCC721;
}
.BgClassName
{
background-color: #BCC721;
}
</style>
border-color css
<style>
span { border-color: #BCC721; }
span { border-color: rgb(188,199,33); }
td.TdClassName
{
border-color: #BCC721;
}
.TagClassName
{
border-color: #BCC721;
}
</style>