Shades of Rio Grande #BDC519
Tints of Rio Grande #BDC519
RGB
CMYK
RGB Variations
Color information
#BDC519 (or 0xBDC519) is known color: Rio Grande. HEX triplet: BD, C5 and 19. RGB value is (189,197,25). Sum of RGB (Red+Green+Blue) = 189+197+25=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC519 is #423AE6. Grayscale: #AFAFAF. Windows color (decimal): -4340455 or 1689021. OLE color: 1689021.
HSL color Cylindrical-coordinate representation of color #BDC519: hue angle of 62.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC519 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 25 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.23 |
| HSL | 62.79º | 0.77% | 0.44% | - |
| HSV(B) | 62.79º | 0.87% | 0.77% | - |
| XYZ | 41.13 | 50.82 | 8.56 | - |
| YUV | 175 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 25 | 0.04 | 0 | 0.87 | 0.23 | 62.79 | 0.77 | 0.44 |
| Hex | BD | C5 | 19 | 4 | 0 | 57 | 17 | 3F | 4D | 2C |
| Octal | 275 | 305 | 31 | 4 | 0 | 127 | 27 | 77 | 115 | 54 |
| Binary | 10111101 | 11000101 | 11001 | 100 | 0 | 1010111 | 10111 | 111111 | 1001101 | 101100 |
Color Harmonies of #BDC519
Complementary color
Monochromatic Colors of #BDC519
Black with #BDC519
Text Example
Text Example
White with #BDC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC519; }
p { color: rgb(189,197,25); }
H1.HeaderClassName
{
color: #BDC519;
}
.AnyTagClassName
{
color: #BDC519;
}
</style>
background-color css
<style>
a { background-color: #BDC519; }
a { background-color: rgb(189,197,25); }
div.DivClassName
{
background-color: #BDC519;
}
.BgClassName
{
background-color: #BDC519;
}
</style>
border-color css
<style>
span { border-color: #BDC519; }
span { border-color: rgb(189,197,25); }
td.TdClassName
{
border-color: #BDC519;
}
.TagClassName
{
border-color: #BDC519;
}
</style>