Shades of Rio Grande #BDD010
Tints of Rio Grande #BDD010
RGB
CMYK
RGB Variations
Color information
#BDD010 (or 0xBDD010) is known color: Rio Grande. HEX triplet: BD, D0 and 10. RGB value is (189,208,16). Sum of RGB (Red+Green+Blue) = 189+208+16=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD010 is #422FEF. Grayscale: #B5B5B5. Windows color (decimal): -4337648 or 1102013. OLE color: 1102013.
HSL color Cylindrical-coordinate representation of color #BDD010: hue angle of 65.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDD010 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.94º | 0.86% | 0.44% | - |
| HSV(B) | 65.94º | 0.92% | 0.82% | - |
| XYZ | 43.64 | 55.97 | 8.99 | - |
| YUV | 180.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 16 | 0.09 | 0 | 0.92 | 0.18 | 65.94 | 0.86 | 0.44 |
| Hex | BD | D0 | 10 | 9 | 0 | 5C | 12 | 42 | 56 | 2C |
| Octal | 275 | 320 | 20 | 11 | 0 | 134 | 22 | 102 | 126 | 54 |
| Binary | 10111101 | 11010000 | 10000 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010110 | 101100 |
Color Harmonies of #BDD010
Complementary color
Monochromatic Colors of #BDD010
Black with #BDD010
Text Example
Text Example
White with #BDD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD010; }
p { color: rgb(189,208,16); }
H1.HeaderClassName
{
color: #BDD010;
}
.AnyTagClassName
{
color: #BDD010;
}
</style>
background-color css
<style>
a { background-color: #BDD010; }
a { background-color: rgb(189,208,16); }
div.DivClassName
{
background-color: #BDD010;
}
.BgClassName
{
background-color: #BDD010;
}
</style>
border-color css
<style>
span { border-color: #BDD010; }
span { border-color: rgb(189,208,16); }
td.TdClassName
{
border-color: #BDD010;
}
.TagClassName
{
border-color: #BDD010;
}
</style>