Shades of Rio Grande #BFC521
Tints of Rio Grande #BFC521
RGB
CMYK
RGB Variations
Color information
#BFC521 (or 0xBFC521) is known color: Rio Grande. HEX triplet: BF, C5 and 21. RGB value is (191,197,33). Sum of RGB (Red+Green+Blue) = 191+197+33=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC521 is #403ADE. Grayscale: #B1B1B1. Windows color (decimal): -4209375 or 2213311. OLE color: 2213311.
HSL color Cylindrical-coordinate representation of color #BFC521: hue angle of 62.2º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFC521 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.23 |
| HSL | 62.2º | 0.71% | 0.45% | - |
| HSV(B) | 62.2º | 0.83% | 0.77% | - |
| XYZ | 41.73 | 51.12 | 9.11 | - |
| YUV | 176.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 33 | 0.03 | 0 | 0.83 | 0.23 | 62.2 | 0.71 | 0.45 |
| Hex | BF | C5 | 21 | 3 | 0 | 53 | 17 | 3E | 47 | 2D |
| Octal | 277 | 305 | 41 | 3 | 0 | 123 | 27 | 76 | 107 | 55 |
| Binary | 10111111 | 11000101 | 100001 | 11 | 0 | 1010011 | 10111 | 111110 | 1000111 | 101101 |
Color Harmonies of #BFC521
Complementary color
Monochromatic Colors of #BFC521
Black with #BFC521
Text Example
Text Example
White with #BFC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC521; }
p { color: rgb(191,197,33); }
H1.HeaderClassName
{
color: #BFC521;
}
.AnyTagClassName
{
color: #BFC521;
}
</style>
background-color css
<style>
a { background-color: #BFC521; }
a { background-color: rgb(191,197,33); }
div.DivClassName
{
background-color: #BFC521;
}
.BgClassName
{
background-color: #BFC521;
}
</style>
border-color css
<style>
span { border-color: #BFC521; }
span { border-color: rgb(191,197,33); }
td.TdClassName
{
border-color: #BFC521;
}
.TagClassName
{
border-color: #BFC521;
}
</style>