Shades of Rio Grande #BDD014
Tints of Rio Grande #BDD014
RGB
CMYK
RGB Variations
Color information
#BDD014 (or 0xBDD014) is known color: Rio Grande. HEX triplet: BD, D0 and 14. RGB value is (189,208,20). Sum of RGB (Red+Green+Blue) = 189+208+20=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD014 is #422FEB. Grayscale: #B5B5B5. Windows color (decimal): -4337644 or 1364157. OLE color: 1364157.
HSL color Cylindrical-coordinate representation of color #BDD014: hue angle of 66.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD014 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 20 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.18 |
| HSL | 66.06º | 0.82% | 0.45% | - |
| HSV(B) | 66.06º | 0.9% | 0.82% | - |
| XYZ | 43.67 | 55.98 | 9.17 | - |
| YUV | 180.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 20 | 0.09 | 0 | 0.90 | 0.18 | 66.06 | 0.82 | 0.45 |
| Hex | BD | D0 | 14 | 9 | 0 | 5A | 12 | 42 | 52 | 2D |
| Octal | 275 | 320 | 24 | 11 | 0 | 132 | 22 | 102 | 122 | 55 |
| Binary | 10111101 | 11010000 | 10100 | 1001 | 0 | 1011010 | 10010 | 1000010 | 1010010 | 101101 |
Color Harmonies of #BDD014
Complementary color
Monochromatic Colors of #BDD014
Black with #BDD014
Text Example
Text Example
White with #BDD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD014; }
p { color: rgb(189,208,20); }
H1.HeaderClassName
{
color: #BDD014;
}
.AnyTagClassName
{
color: #BDD014;
}
</style>
background-color css
<style>
a { background-color: #BDD014; }
a { background-color: rgb(189,208,20); }
div.DivClassName
{
background-color: #BDD014;
}
.BgClassName
{
background-color: #BDD014;
}
</style>
border-color css
<style>
span { border-color: #BDD014; }
span { border-color: rgb(189,208,20); }
td.TdClassName
{
border-color: #BDD014;
}
.TagClassName
{
border-color: #BDD014;
}
</style>