Shades of Rio Grande #BDD718
Tints of Rio Grande #BDD718
RGB
CMYK
RGB Variations
Color information
#BDD718 (or 0xBDD718) is known color: Rio Grande. HEX triplet: BD, D7 and 18. RGB value is (189,215,24). Sum of RGB (Red+Green+Blue) = 189+215+24=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD718 is #4228E7. Grayscale: #BABABA. Windows color (decimal): -4335848 or 1628093. OLE color: 1628093.
HSL color Cylindrical-coordinate representation of color #BDD718: hue angle of 68.17º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDD718 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 24 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.16 |
| HSL | 68.17º | 0.8% | 0.47% | - |
| HSV(B) | 68.17º | 0.89% | 0.84% | - |
| XYZ | 45.45 | 59.49 | 9.95 | - |
| YUV | 185.45 | 36.89 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 24 | 0.12 | 0 | 0.89 | 0.16 | 68.17 | 0.8 | 0.47 |
| Hex | BD | D7 | 18 | C | 0 | 59 | 10 | 44 | 50 | 2F |
| Octal | 275 | 327 | 30 | 14 | 0 | 131 | 20 | 104 | 120 | 57 |
| Binary | 10111101 | 11010111 | 11000 | 1100 | 0 | 1011001 | 10000 | 1000100 | 1010000 | 101111 |
Color Harmonies of #BDD718
Complementary color
Monochromatic Colors of #BDD718
Black with #BDD718
Text Example
Text Example
White with #BDD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD718; }
p { color: rgb(189,215,24); }
H1.HeaderClassName
{
color: #BDD718;
}
.AnyTagClassName
{
color: #BDD718;
}
</style>
background-color css
<style>
a { background-color: #BDD718; }
a { background-color: rgb(189,215,24); }
div.DivClassName
{
background-color: #BDD718;
}
.BgClassName
{
background-color: #BDD718;
}
</style>
border-color css
<style>
span { border-color: #BDD718; }
span { border-color: rgb(189,215,24); }
td.TdClassName
{
border-color: #BDD718;
}
.TagClassName
{
border-color: #BDD718;
}
</style>