Shades of Rio Grande #BDC720
Tints of Rio Grande #BDC720
RGB
CMYK
RGB Variations
Color information
#BDC720 (or 0xBDC720) is known color: Rio Grande. HEX triplet: BD, C7 and 20. RGB value is (189,199,32). Sum of RGB (Red+Green+Blue) = 189+199+32=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC720 is #4238DF. Grayscale: #B1B1B1. Windows color (decimal): -4339936 or 2148285. OLE color: 2148285.
HSL color Cylindrical-coordinate representation of color #BDC720: hue angle of 63.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC720 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 32 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.59º | 0.72% | 0.45% | - |
| HSV(B) | 63.59º | 0.84% | 0.78% | - |
| XYZ | 41.67 | 51.77 | 9.16 | - |
| YUV | 176.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 32 | 0.05 | 0 | 0.84 | 0.22 | 63.59 | 0.72 | 0.45 |
| Hex | BD | C7 | 20 | 5 | 0 | 54 | 16 | 40 | 48 | 2D |
| Octal | 275 | 307 | 40 | 5 | 0 | 124 | 26 | 100 | 110 | 55 |
| Binary | 10111101 | 11000111 | 100000 | 101 | 0 | 1010100 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BDC720
Complementary color
Monochromatic Colors of #BDC720
Black with #BDC720
Text Example
Text Example
White with #BDC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC720; }
p { color: rgb(189,199,32); }
H1.HeaderClassName
{
color: #BDC720;
}
.AnyTagClassName
{
color: #BDC720;
}
</style>
background-color css
<style>
a { background-color: #BDC720; }
a { background-color: rgb(189,199,32); }
div.DivClassName
{
background-color: #BDC720;
}
.BgClassName
{
background-color: #BDC720;
}
</style>
border-color css
<style>
span { border-color: #BDC720; }
span { border-color: rgb(189,199,32); }
td.TdClassName
{
border-color: #BDC720;
}
.TagClassName
{
border-color: #BDC720;
}
</style>