Shades of Rio Grande #BDD517
Tints of Rio Grande #BDD517
RGB
CMYK
RGB Variations
Color information
#BDD517 (or 0xBDD517) is known color: Rio Grande. HEX triplet: BD, D5 and 17. RGB value is (189,213,23). Sum of RGB (Red+Green+Blue) = 189+213+23=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD517 is #422AE8. Grayscale: #B8B8B8. Windows color (decimal): -4336361 or 1562045. OLE color: 1562045.
HSL color Cylindrical-coordinate representation of color #BDD517: hue angle of 67.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDD517 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.16 |
| HSL | 67.58º | 0.81% | 0.46% | - |
| HSV(B) | 67.58º | 0.89% | 0.84% | - |
| XYZ | 44.94 | 58.47 | 9.73 | - |
| YUV | 184.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 23 | 0.11 | 0 | 0.89 | 0.16 | 67.58 | 0.81 | 0.46 |
| Hex | BD | D5 | 17 | B | 0 | 59 | 10 | 44 | 51 | 2E |
| Octal | 275 | 325 | 27 | 13 | 0 | 131 | 20 | 104 | 121 | 56 |
| Binary | 10111101 | 11010101 | 10111 | 1011 | 0 | 1011001 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BDD517
Complementary color
Monochromatic Colors of #BDD517
Black with #BDD517
Text Example
Text Example
White with #BDD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD517; }
p { color: rgb(189,213,23); }
H1.HeaderClassName
{
color: #BDD517;
}
.AnyTagClassName
{
color: #BDD517;
}
</style>
background-color css
<style>
a { background-color: #BDD517; }
a { background-color: rgb(189,213,23); }
div.DivClassName
{
background-color: #BDD517;
}
.BgClassName
{
background-color: #BDD517;
}
</style>
border-color css
<style>
span { border-color: #BDD517; }
span { border-color: rgb(189,213,23); }
td.TdClassName
{
border-color: #BDD517;
}
.TagClassName
{
border-color: #BDD517;
}
</style>