Shades of Rio Grande #BDC419
Tints of Rio Grande #BDC419
RGB
CMYK
RGB Variations
Color information
#BDC419 (or 0xBDC419) is known color: Rio Grande. HEX triplet: BD, C4 and 19. RGB value is (189,196,25). Sum of RGB (Red+Green+Blue) = 189+196+25=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC419 is #423BE6. Grayscale: #AFAFAF. Windows color (decimal): -4340711 or 1688765. OLE color: 1688765.
HSL color Cylindrical-coordinate representation of color #BDC419: hue angle of 62.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC419 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 25 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.23 |
| HSL | 62.46º | 0.77% | 0.43% | - |
| HSV(B) | 62.46º | 0.87% | 0.77% | - |
| XYZ | 40.9 | 50.37 | 8.49 | - |
| YUV | 174.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 25 | 0.04 | 0 | 0.87 | 0.23 | 62.46 | 0.77 | 0.43 |
| Hex | BD | C4 | 19 | 4 | 0 | 57 | 17 | 3E | 4D | 2B |
| Octal | 275 | 304 | 31 | 4 | 0 | 127 | 27 | 76 | 115 | 53 |
| Binary | 10111101 | 11000100 | 11001 | 100 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101011 |
Color Harmonies of #BDC419
Complementary color
Monochromatic Colors of #BDC419
Black with #BDC419
Text Example
Text Example
White with #BDC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC419; }
p { color: rgb(189,196,25); }
H1.HeaderClassName
{
color: #BDC419;
}
.AnyTagClassName
{
color: #BDC419;
}
</style>
background-color css
<style>
a { background-color: #BDC419; }
a { background-color: rgb(189,196,25); }
div.DivClassName
{
background-color: #BDC419;
}
.BgClassName
{
background-color: #BDC419;
}
</style>
border-color css
<style>
span { border-color: #BDC419; }
span { border-color: rgb(189,196,25); }
td.TdClassName
{
border-color: #BDC419;
}
.TagClassName
{
border-color: #BDC419;
}
</style>