Shades of Rio Grande #BDD50F
Tints of Rio Grande #BDD50F
RGB
CMYK
RGB Variations
Color information
#BDD50F (or 0xBDD50F) is known color: Rio Grande. HEX triplet: BD, D5 and 0F. RGB value is (189,213,15). Sum of RGB (Red+Green+Blue) = 189+213+15=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD50F is #422AF0. Grayscale: #B8B8B8. Windows color (decimal): -4336369 or 1037757. OLE color: 1037757.
HSL color Cylindrical-coordinate representation of color #BDD50F: hue angle of 67.27º degrees, saturation: 0.87, 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 #BDD50F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 67.27º | 0.87% | 0.45% | - |
| HSV(B) | 67.27º | 0.93% | 0.84% | - |
| XYZ | 44.87 | 58.44 | 9.37 | - |
| YUV | 183.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 15 | 0.11 | 0 | 0.93 | 0.16 | 67.27 | 0.87 | 0.45 |
| Hex | BD | D5 | F | B | 0 | 5D | 10 | 43 | 57 | 2D |
| Octal | 275 | 325 | 17 | 13 | 0 | 135 | 20 | 103 | 127 | 55 |
| Binary | 10111101 | 11010101 | 1111 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010111 | 101101 |
Color Harmonies of #BDD50F
Complementary color
Monochromatic Colors of #BDD50F
Black with #BDD50F
Text Example
Text Example
White with #BDD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD50F; }
p { color: rgb(189,213,15); }
H1.HeaderClassName
{
color: #BDD50F;
}
.AnyTagClassName
{
color: #BDD50F;
}
</style>
background-color css
<style>
a { background-color: #BDD50F; }
a { background-color: rgb(189,213,15); }
div.DivClassName
{
background-color: #BDD50F;
}
.BgClassName
{
background-color: #BDD50F;
}
</style>
border-color css
<style>
span { border-color: #BDD50F; }
span { border-color: rgb(189,213,15); }
td.TdClassName
{
border-color: #BDD50F;
}
.TagClassName
{
border-color: #BDD50F;
}
</style>