Shades of Rio Grande #BDC221
Tints of Rio Grande #BDC221
RGB
CMYK
RGB Variations
Color information
#BDC221 (or 0xBDC221) is known color: Rio Grande. HEX triplet: BD, C2 and 21. RGB value is (189,194,33). Sum of RGB (Red+Green+Blue) = 189+194+33=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC221 is #423DDE. Grayscale: #AEAEAE. Windows color (decimal): -4341215 or 2212541. OLE color: 2212541.
HSL color Cylindrical-coordinate representation of color #BDC221: hue angle of 61.86º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC221 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 61.86º | 0.71% | 0.45% | - |
| HSV(B) | 61.86º | 0.83% | 0.76% | - |
| XYZ | 40.55 | 49.51 | 8.86 | - |
| YUV | 174.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 33 | 0.03 | 0 | 0.83 | 0.24 | 61.86 | 0.71 | 0.45 |
| Hex | BD | C2 | 21 | 3 | 0 | 53 | 18 | 3E | 47 | 2D |
| Octal | 275 | 302 | 41 | 3 | 0 | 123 | 30 | 76 | 107 | 55 |
| Binary | 10111101 | 11000010 | 100001 | 11 | 0 | 1010011 | 11000 | 111110 | 1000111 | 101101 |
Color Harmonies of #BDC221
Complementary color
Monochromatic Colors of #BDC221
Black with #BDC221
Text Example
Text Example
White with #BDC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC221; }
p { color: rgb(189,194,33); }
H1.HeaderClassName
{
color: #BDC221;
}
.AnyTagClassName
{
color: #BDC221;
}
</style>
background-color css
<style>
a { background-color: #BDC221; }
a { background-color: rgb(189,194,33); }
div.DivClassName
{
background-color: #BDC221;
}
.BgClassName
{
background-color: #BDC221;
}
</style>
border-color css
<style>
span { border-color: #BDC221; }
span { border-color: rgb(189,194,33); }
td.TdClassName
{
border-color: #BDC221;
}
.TagClassName
{
border-color: #BDC221;
}
</style>