Shades of Rio Grande #BDD50E
Tints of Rio Grande #BDD50E
RGB
CMYK
RGB Variations
Color information
#BDD50E (or 0xBDD50E) is known color: Rio Grande. HEX triplet: BD, D5 and 0E. RGB value is (189,213,14). Sum of RGB (Red+Green+Blue) = 189+213+14=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD50E is #422AF1. Grayscale: #B7B7B7. Windows color (decimal): -4336370 or 972221. OLE color: 972221.
HSL color Cylindrical-coordinate representation of color #BDD50E: hue angle of 67.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDD50E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 67.24º | 0.88% | 0.45% | - |
| HSV(B) | 67.24º | 0.93% | 0.84% | - |
| XYZ | 44.86 | 58.44 | 9.33 | - |
| YUV | 183.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 14 | 0.11 | 0 | 0.93 | 0.16 | 67.24 | 0.88 | 0.45 |
| Hex | BD | D5 | E | B | 0 | 5D | 10 | 43 | 58 | 2D |
| Octal | 275 | 325 | 16 | 13 | 0 | 135 | 20 | 103 | 130 | 55 |
| Binary | 10111101 | 11010101 | 1110 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1011000 | 101101 |
Color Harmonies of #BDD50E
Complementary color
Monochromatic Colors of #BDD50E
Black with #BDD50E
Text Example
Text Example
White with #BDD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD50E; }
p { color: rgb(189,213,14); }
H1.HeaderClassName
{
color: #BDD50E;
}
.AnyTagClassName
{
color: #BDD50E;
}
</style>
background-color css
<style>
a { background-color: #BDD50E; }
a { background-color: rgb(189,213,14); }
div.DivClassName
{
background-color: #BDD50E;
}
.BgClassName
{
background-color: #BDD50E;
}
</style>
border-color css
<style>
span { border-color: #BDD50E; }
span { border-color: rgb(189,213,14); }
td.TdClassName
{
border-color: #BDD50E;
}
.TagClassName
{
border-color: #BDD50E;
}
</style>