Shades of Rio Grande #BFC522
Tints of Rio Grande #BFC522
RGB
CMYK
RGB Variations
Color information
#BFC522 (or 0xBFC522) is known color: Rio Grande. HEX triplet: BF, C5 and 22. RGB value is (191,197,34). Sum of RGB (Red+Green+Blue) = 191+197+34=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC522 is #403ADD. Grayscale: #B1B1B1. Windows color (decimal): -4209374 or 2278847. OLE color: 2278847.
HSL color Cylindrical-coordinate representation of color #BFC522: hue angle of 62.21º 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 #BFC522 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 34 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.23 |
| HSL | 62.21º | 0.71% | 0.45% | - |
| HSV(B) | 62.21º | 0.83% | 0.77% | - |
| XYZ | 41.74 | 51.12 | 9.18 | - |
| YUV | 176.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 34 | 0.03 | 0 | 0.83 | 0.23 | 62.21 | 0.71 | 0.45 |
| Hex | BF | C5 | 22 | 3 | 0 | 53 | 17 | 3E | 47 | 2D |
| Octal | 277 | 305 | 42 | 3 | 0 | 123 | 27 | 76 | 107 | 55 |
| Binary | 10111111 | 11000101 | 100010 | 11 | 0 | 1010011 | 10111 | 111110 | 1000111 | 101101 |
Color Harmonies of #BFC522
Complementary color
Monochromatic Colors of #BFC522
Black with #BFC522
Text Example
Text Example
White with #BFC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC522; }
p { color: rgb(191,197,34); }
H1.HeaderClassName
{
color: #BFC522;
}
.AnyTagClassName
{
color: #BFC522;
}
</style>
background-color css
<style>
a { background-color: #BFC522; }
a { background-color: rgb(191,197,34); }
div.DivClassName
{
background-color: #BFC522;
}
.BgClassName
{
background-color: #BFC522;
}
</style>
border-color css
<style>
span { border-color: #BFC522; }
span { border-color: rgb(191,197,34); }
td.TdClassName
{
border-color: #BFC522;
}
.TagClassName
{
border-color: #BFC522;
}
</style>