Shades of Rio Grande #BDD314
Tints of Rio Grande #BDD314
RGB
CMYK
RGB Variations
Color information
#BDD314 (or 0xBDD314) is known color: Rio Grande. HEX triplet: BD, D3 and 14. RGB value is (189,211,20). Sum of RGB (Red+Green+Blue) = 189+211+20=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD314 is #422CEB. Grayscale: #B7B7B7. Windows color (decimal): -4336876 or 1364925. OLE color: 1364925.
HSL color Cylindrical-coordinate representation of color #BDD314: hue angle of 66.91º 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 #BDD314 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.17 |
| HSL | 66.91º | 0.83% | 0.45% | - |
| HSV(B) | 66.91º | 0.91% | 0.83% | - |
| XYZ | 44.41 | 57.46 | 9.41 | - |
| YUV | 182.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 20 | 0.10 | 0 | 0.91 | 0.17 | 66.91 | 0.83 | 0.45 |
| Hex | BD | D3 | 14 | A | 0 | 5B | 11 | 43 | 53 | 2D |
| Octal | 275 | 323 | 24 | 12 | 0 | 133 | 21 | 103 | 123 | 55 |
| Binary | 10111101 | 11010011 | 10100 | 1010 | 0 | 1011011 | 10001 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BDD314
Complementary color
Monochromatic Colors of #BDD314
Black with #BDD314
Text Example
Text Example
White with #BDD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD314; }
p { color: rgb(189,211,20); }
H1.HeaderClassName
{
color: #BDD314;
}
.AnyTagClassName
{
color: #BDD314;
}
</style>
background-color css
<style>
a { background-color: #BDD314; }
a { background-color: rgb(189,211,20); }
div.DivClassName
{
background-color: #BDD314;
}
.BgClassName
{
background-color: #BDD314;
}
</style>
border-color css
<style>
span { border-color: #BDD314; }
span { border-color: rgb(189,211,20); }
td.TdClassName
{
border-color: #BDD314;
}
.TagClassName
{
border-color: #BDD314;
}
</style>