Shades of Rio Grande #BDC316
Tints of Rio Grande #BDC316
RGB
CMYK
RGB Variations
Color information
#BDC316 (or 0xBDC316) is known color: Rio Grande. HEX triplet: BD, C3 and 16. RGB value is (189,195,22). Sum of RGB (Red+Green+Blue) = 189+195+22=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC316 is #423CE9. Grayscale: #AEAEAE. Windows color (decimal): -4340970 or 1491901. OLE color: 1491901.
HSL color Cylindrical-coordinate representation of color #BDC316: hue angle of 62.08º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC316 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 22 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.24 |
| HSL | 62.08º | 0.8% | 0.43% | - |
| HSV(B) | 62.08º | 0.89% | 0.76% | - |
| XYZ | 40.65 | 49.91 | 8.25 | - |
| YUV | 173.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 22 | 0.03 | 0 | 0.89 | 0.24 | 62.08 | 0.8 | 0.43 |
| Hex | BD | C3 | 16 | 3 | 0 | 59 | 18 | 3E | 50 | 2B |
| Octal | 275 | 303 | 26 | 3 | 0 | 131 | 30 | 76 | 120 | 53 |
| Binary | 10111101 | 11000011 | 10110 | 11 | 0 | 1011001 | 11000 | 111110 | 1010000 | 101011 |
Color Harmonies of #BDC316
Complementary color
Monochromatic Colors of #BDC316
Black with #BDC316
Text Example
Text Example
White with #BDC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC316; }
p { color: rgb(189,195,22); }
H1.HeaderClassName
{
color: #BDC316;
}
.AnyTagClassName
{
color: #BDC316;
}
</style>
background-color css
<style>
a { background-color: #BDC316; }
a { background-color: rgb(189,195,22); }
div.DivClassName
{
background-color: #BDC316;
}
.BgClassName
{
background-color: #BDC316;
}
</style>
border-color css
<style>
span { border-color: #BDC316; }
span { border-color: rgb(189,195,22); }
td.TdClassName
{
border-color: #BDC316;
}
.TagClassName
{
border-color: #BDC316;
}
</style>