Shades of Rio Grande #BDC019
Tints of Rio Grande #BDC019
RGB
CMYK
RGB Variations
Color information
#BDC019 (or 0xBDC019) is known color: Rio Grande. HEX triplet: BD, C0 and 19. RGB value is (189,192,25). Sum of RGB (Red+Green+Blue) = 189+192+25=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC019 is #423FE6. Grayscale: #ACACAC. Windows color (decimal): -4341735 or 1687741. OLE color: 1687741.
HSL color Cylindrical-coordinate representation of color #BDC019: hue angle of 61.08º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC019 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 25 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.25 |
| HSL | 61.08º | 0.77% | 0.43% | - |
| HSV(B) | 61.08º | 0.87% | 0.75% | - |
| XYZ | 40.01 | 48.59 | 8.19 | - |
| YUV | 172.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 25 | 0.02 | 0 | 0.87 | 0.25 | 61.08 | 0.77 | 0.43 |
| Hex | BD | C0 | 19 | 2 | 0 | 57 | 19 | 3D | 4D | 2B |
| Octal | 275 | 300 | 31 | 2 | 0 | 127 | 31 | 75 | 115 | 53 |
| Binary | 10111101 | 11000000 | 11001 | 10 | 0 | 1010111 | 11001 | 111101 | 1001101 | 101011 |
Color Harmonies of #BDC019
Complementary color
Monochromatic Colors of #BDC019
Black with #BDC019
Text Example
Text Example
White with #BDC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC019; }
p { color: rgb(189,192,25); }
H1.HeaderClassName
{
color: #BDC019;
}
.AnyTagClassName
{
color: #BDC019;
}
</style>
background-color css
<style>
a { background-color: #BDC019; }
a { background-color: rgb(189,192,25); }
div.DivClassName
{
background-color: #BDC019;
}
.BgClassName
{
background-color: #BDC019;
}
</style>
border-color css
<style>
span { border-color: #BDC019; }
span { border-color: rgb(189,192,25); }
td.TdClassName
{
border-color: #BDC019;
}
.TagClassName
{
border-color: #BDC019;
}
</style>