Shades of Rio Grande #BDD410
Tints of Rio Grande #BDD410
RGB
CMYK
RGB Variations
Color information
#BDD410 (or 0xBDD410) is known color: Rio Grande. HEX triplet: BD, D4 and 10. RGB value is (189,212,16). Sum of RGB (Red+Green+Blue) = 189+212+16=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD410 is #422BEF. Grayscale: #B7B7B7. Windows color (decimal): -4336624 or 1103037. OLE color: 1103037.
HSL color Cylindrical-coordinate representation of color #BDD410: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDD410 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.17 |
| HSL | 67.04º | 0.86% | 0.45% | - |
| HSV(B) | 67.04º | 0.92% | 0.83% | - |
| XYZ | 44.62 | 57.94 | 9.32 | - |
| YUV | 182.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 16 | 0.11 | 0 | 0.92 | 0.17 | 67.04 | 0.86 | 0.45 |
| Hex | BD | D4 | 10 | B | 0 | 5C | 11 | 43 | 56 | 2D |
| Octal | 275 | 324 | 20 | 13 | 0 | 134 | 21 | 103 | 126 | 55 |
| Binary | 10111101 | 11010100 | 10000 | 1011 | 0 | 1011100 | 10001 | 1000011 | 1010110 | 101101 |
Color Harmonies of #BDD410
Complementary color
Monochromatic Colors of #BDD410
Black with #BDD410
Text Example
Text Example
White with #BDD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD410; }
p { color: rgb(189,212,16); }
H1.HeaderClassName
{
color: #BDD410;
}
.AnyTagClassName
{
color: #BDD410;
}
</style>
background-color css
<style>
a { background-color: #BDD410; }
a { background-color: rgb(189,212,16); }
div.DivClassName
{
background-color: #BDD410;
}
.BgClassName
{
background-color: #BDD410;
}
</style>
border-color css
<style>
span { border-color: #BDD410; }
span { border-color: rgb(189,212,16); }
td.TdClassName
{
border-color: #BDD410;
}
.TagClassName
{
border-color: #BDD410;
}
</style>