Shades of Rio Grande #BDD414
Tints of Rio Grande #BDD414
RGB
CMYK
RGB Variations
Color information
#BDD414 (or 0xBDD414) is known color: Rio Grande. HEX triplet: BD, D4 and 14. RGB value is (189,212,20). Sum of RGB (Red+Green+Blue) = 189+212+20=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD414 is #422BEB. Grayscale: #B7B7B7. Windows color (decimal): -4336620 or 1365181. OLE color: 1365181.
HSL color Cylindrical-coordinate representation of color #BDD414: hue angle of 67.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD414 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.17 |
| HSL | 67.19º | 0.83% | 0.45% | - |
| HSV(B) | 67.19º | 0.91% | 0.83% | - |
| XYZ | 44.66 | 57.96 | 9.49 | - |
| YUV | 183.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 20 | 0.11 | 0 | 0.91 | 0.17 | 67.19 | 0.83 | 0.45 |
| Hex | BD | D4 | 14 | B | 0 | 5B | 11 | 43 | 53 | 2D |
| Octal | 275 | 324 | 24 | 13 | 0 | 133 | 21 | 103 | 123 | 55 |
| Binary | 10111101 | 11010100 | 10100 | 1011 | 0 | 1011011 | 10001 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BDD414
Complementary color
Monochromatic Colors of #BDD414
Black with #BDD414
Text Example
Text Example
White with #BDD414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD414; }
p { color: rgb(189,212,20); }
H1.HeaderClassName
{
color: #BDD414;
}
.AnyTagClassName
{
color: #BDD414;
}
</style>
background-color css
<style>
a { background-color: #BDD414; }
a { background-color: rgb(189,212,20); }
div.DivClassName
{
background-color: #BDD414;
}
.BgClassName
{
background-color: #BDD414;
}
</style>
border-color css
<style>
span { border-color: #BDD414; }
span { border-color: rgb(189,212,20); }
td.TdClassName
{
border-color: #BDD414;
}
.TagClassName
{
border-color: #BDD414;
}
</style>