Shades of Rio Grande #BDC721
Tints of Rio Grande #BDC721
RGB
CMYK
RGB Variations
Color information
#BDC721 (or 0xBDC721) is known color: Rio Grande. HEX triplet: BD, C7 and 21. RGB value is (189,199,33). Sum of RGB (Red+Green+Blue) = 189+199+33=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC721 is #4238DE. Grayscale: #B1B1B1. Windows color (decimal): -4339935 or 2213821. OLE color: 2213821.
HSL color Cylindrical-coordinate representation of color #BDC721: hue angle of 63.61º 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 #BDC721 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 33 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.22 |
| HSL | 63.61º | 0.72% | 0.45% | - |
| HSV(B) | 63.61º | 0.83% | 0.78% | - |
| XYZ | 41.68 | 51.78 | 9.24 | - |
| YUV | 177.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 33 | 0.05 | 0 | 0.83 | 0.22 | 63.61 | 0.72 | 0.45 |
| Hex | BD | C7 | 21 | 5 | 0 | 53 | 16 | 40 | 48 | 2D |
| Octal | 275 | 307 | 41 | 5 | 0 | 123 | 26 | 100 | 110 | 55 |
| Binary | 10111101 | 11000111 | 100001 | 101 | 0 | 1010011 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BDC721
Complementary color
Monochromatic Colors of #BDC721
Black with #BDC721
Text Example
Text Example
White with #BDC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC721; }
p { color: rgb(189,199,33); }
H1.HeaderClassName
{
color: #BDC721;
}
.AnyTagClassName
{
color: #BDC721;
}
</style>
background-color css
<style>
a { background-color: #BDC721; }
a { background-color: rgb(189,199,33); }
div.DivClassName
{
background-color: #BDC721;
}
.BgClassName
{
background-color: #BDC721;
}
</style>
border-color css
<style>
span { border-color: #BDC721; }
span { border-color: rgb(189,199,33); }
td.TdClassName
{
border-color: #BDC721;
}
.TagClassName
{
border-color: #BDC721;
}
</style>