Shades of Rio Grande #BDD117
Tints of Rio Grande #BDD117
RGB
CMYK
RGB Variations
Color information
#BDD117 (or 0xBDD117) is known color: Rio Grande. HEX triplet: BD, D1 and 17. RGB value is (189,209,23). Sum of RGB (Red+Green+Blue) = 189+209+23=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD117 is #422EE8. Grayscale: #B6B6B6. Windows color (decimal): -4337385 or 1561021. OLE color: 1561021.
HSL color Cylindrical-coordinate representation of color #BDD117: hue angle of 66.45º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDD117 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 23 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.18 |
| HSL | 66.45º | 0.8% | 0.45% | - |
| HSV(B) | 66.45º | 0.89% | 0.82% | - |
| XYZ | 43.94 | 56.48 | 9.4 | - |
| YUV | 181.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 23 | 0.10 | 0 | 0.89 | 0.18 | 66.45 | 0.8 | 0.45 |
| Hex | BD | D1 | 17 | A | 0 | 59 | 12 | 42 | 50 | 2D |
| Octal | 275 | 321 | 27 | 12 | 0 | 131 | 22 | 102 | 120 | 55 |
| Binary | 10111101 | 11010001 | 10111 | 1010 | 0 | 1011001 | 10010 | 1000010 | 1010000 | 101101 |
Color Harmonies of #BDD117
Complementary color
Monochromatic Colors of #BDD117
Black with #BDD117
Text Example
Text Example
White with #BDD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD117; }
p { color: rgb(189,209,23); }
H1.HeaderClassName
{
color: #BDD117;
}
.AnyTagClassName
{
color: #BDD117;
}
</style>
background-color css
<style>
a { background-color: #BDD117; }
a { background-color: rgb(189,209,23); }
div.DivClassName
{
background-color: #BDD117;
}
.BgClassName
{
background-color: #BDD117;
}
</style>
border-color css
<style>
span { border-color: #BDD117; }
span { border-color: rgb(189,209,23); }
td.TdClassName
{
border-color: #BDD117;
}
.TagClassName
{
border-color: #BDD117;
}
</style>