Shades of Rio Grande #BDD716
Tints of Rio Grande #BDD716
RGB
CMYK
RGB Variations
Color information
#BDD716 (or 0xBDD716) is known color: Rio Grande. HEX triplet: BD, D7 and 16. RGB value is (189,215,22). Sum of RGB (Red+Green+Blue) = 189+215+22=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD716 is #4228E9. Grayscale: #B9B9B9. Windows color (decimal): -4335850 or 1497021. OLE color: 1497021.
HSL color Cylindrical-coordinate representation of color #BDD716: hue angle of 68.08º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD716 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.16 |
| HSL | 68.08º | 0.81% | 0.46% | - |
| HSV(B) | 68.08º | 0.9% | 0.84% | - |
| XYZ | 45.43 | 59.48 | 9.84 | - |
| YUV | 185.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 22 | 0.12 | 0 | 0.90 | 0.16 | 68.08 | 0.81 | 0.46 |
| Hex | BD | D7 | 16 | C | 0 | 5A | 10 | 44 | 51 | 2E |
| Octal | 275 | 327 | 26 | 14 | 0 | 132 | 20 | 104 | 121 | 56 |
| Binary | 10111101 | 11010111 | 10110 | 1100 | 0 | 1011010 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BDD716
Complementary color
Monochromatic Colors of #BDD716
Black with #BDD716
Text Example
Text Example
White with #BDD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD716; }
p { color: rgb(189,215,22); }
H1.HeaderClassName
{
color: #BDD716;
}
.AnyTagClassName
{
color: #BDD716;
}
</style>
background-color css
<style>
a { background-color: #BDD716; }
a { background-color: rgb(189,215,22); }
div.DivClassName
{
background-color: #BDD716;
}
.BgClassName
{
background-color: #BDD716;
}
</style>
border-color css
<style>
span { border-color: #BDD716; }
span { border-color: rgb(189,215,22); }
td.TdClassName
{
border-color: #BDD716;
}
.TagClassName
{
border-color: #BDD716;
}
</style>