Shades of Rio Grande #BDC520
Tints of Rio Grande #BDC520
RGB
CMYK
RGB Variations
Color information
#BDC520 (or 0xBDC520) is known color: Rio Grande. HEX triplet: BD, C5 and 20. RGB value is (189,197,32). Sum of RGB (Red+Green+Blue) = 189+197+32=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC520 is #423ADF. Grayscale: #B0B0B0. Windows color (decimal): -4340448 or 2147773. OLE color: 2147773.
HSL color Cylindrical-coordinate representation of color #BDC520: hue angle of 62.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC520 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.23 |
| HSL | 62.91º | 0.72% | 0.45% | - |
| HSV(B) | 62.91º | 0.84% | 0.77% | - |
| XYZ | 41.21 | 50.86 | 9.01 | - |
| YUV | 175.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 32 | 0.04 | 0 | 0.84 | 0.23 | 62.91 | 0.72 | 0.45 |
| Hex | BD | C5 | 20 | 4 | 0 | 54 | 17 | 3F | 48 | 2D |
| Octal | 275 | 305 | 40 | 4 | 0 | 124 | 27 | 77 | 110 | 55 |
| Binary | 10111101 | 11000101 | 100000 | 100 | 0 | 1010100 | 10111 | 111111 | 1001000 | 101101 |
Color Harmonies of #BDC520
Complementary color
Monochromatic Colors of #BDC520
Black with #BDC520
Text Example
Text Example
White with #BDC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC520; }
p { color: rgb(189,197,32); }
H1.HeaderClassName
{
color: #BDC520;
}
.AnyTagClassName
{
color: #BDC520;
}
</style>
background-color css
<style>
a { background-color: #BDC520; }
a { background-color: rgb(189,197,32); }
div.DivClassName
{
background-color: #BDC520;
}
.BgClassName
{
background-color: #BDC520;
}
</style>
border-color css
<style>
span { border-color: #BDC520; }
span { border-color: rgb(189,197,32); }
td.TdClassName
{
border-color: #BDC520;
}
.TagClassName
{
border-color: #BDC520;
}
</style>