Shades of Rio Grande #BDC220
Tints of Rio Grande #BDC220
RGB
CMYK
RGB Variations
Color information
#BDC220 (or 0xBDC220) is known color: Rio Grande. HEX triplet: BD, C2 and 20. RGB value is (189,194,32). Sum of RGB (Red+Green+Blue) = 189+194+32=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC220 is #423DDF. Grayscale: #AEAEAE. Windows color (decimal): -4341216 or 2147005. OLE color: 2147005.
HSL color Cylindrical-coordinate representation of color #BDC220: hue angle of 61.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC220 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 32 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 61.85º | 0.72% | 0.44% | - |
| HSV(B) | 61.85º | 0.84% | 0.76% | - |
| XYZ | 40.54 | 49.51 | 8.79 | - |
| YUV | 174.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 32 | 0.03 | 0 | 0.84 | 0.24 | 61.85 | 0.72 | 0.44 |
| Hex | BD | C2 | 20 | 3 | 0 | 54 | 18 | 3E | 48 | 2C |
| Octal | 275 | 302 | 40 | 3 | 0 | 124 | 30 | 76 | 110 | 54 |
| Binary | 10111101 | 11000010 | 100000 | 11 | 0 | 1010100 | 11000 | 111110 | 1001000 | 101100 |
Color Harmonies of #BDC220
Complementary color
Monochromatic Colors of #BDC220
Black with #BDC220
Text Example
Text Example
White with #BDC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC220; }
p { color: rgb(189,194,32); }
H1.HeaderClassName
{
color: #BDC220;
}
.AnyTagClassName
{
color: #BDC220;
}
</style>
background-color css
<style>
a { background-color: #BDC220; }
a { background-color: rgb(189,194,32); }
div.DivClassName
{
background-color: #BDC220;
}
.BgClassName
{
background-color: #BDC220;
}
</style>
border-color css
<style>
span { border-color: #BDC220; }
span { border-color: rgb(189,194,32); }
td.TdClassName
{
border-color: #BDC220;
}
.TagClassName
{
border-color: #BDC220;
}
</style>