Shades of Rio Grande #BDC516
Tints of Rio Grande #BDC516
RGB
CMYK
RGB Variations
Color information
#BDC516 (or 0xBDC516) is known color: Rio Grande. HEX triplet: BD, C5 and 16. RGB value is (189,197,22). Sum of RGB (Red+Green+Blue) = 189+197+22=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC516 is #423AE9. Grayscale: #AFAFAF. Windows color (decimal): -4340458 or 1492413. OLE color: 1492413.
HSL color Cylindrical-coordinate representation of color #BDC516: hue angle of 62.74º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC516 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 22 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.23 |
| HSL | 62.74º | 0.8% | 0.43% | - |
| HSV(B) | 62.74º | 0.89% | 0.77% | - |
| XYZ | 41.1 | 50.81 | 8.4 | - |
| YUV | 174.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 22 | 0.04 | 0 | 0.89 | 0.23 | 62.74 | 0.8 | 0.43 |
| Hex | BD | C5 | 16 | 4 | 0 | 59 | 17 | 3F | 50 | 2B |
| Octal | 275 | 305 | 26 | 4 | 0 | 131 | 27 | 77 | 120 | 53 |
| Binary | 10111101 | 11000101 | 10110 | 100 | 0 | 1011001 | 10111 | 111111 | 1010000 | 101011 |
Color Harmonies of #BDC516
Complementary color
Monochromatic Colors of #BDC516
Black with #BDC516
Text Example
Text Example
White with #BDC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC516; }
p { color: rgb(189,197,22); }
H1.HeaderClassName
{
color: #BDC516;
}
.AnyTagClassName
{
color: #BDC516;
}
</style>
background-color css
<style>
a { background-color: #BDC516; }
a { background-color: rgb(189,197,22); }
div.DivClassName
{
background-color: #BDC516;
}
.BgClassName
{
background-color: #BDC516;
}
</style>
border-color css
<style>
span { border-color: #BDC516; }
span { border-color: rgb(189,197,22); }
td.TdClassName
{
border-color: #BDC516;
}
.TagClassName
{
border-color: #BDC516;
}
</style>