Shades of Rio Grande #BFC526
Tints of Rio Grande #BFC526
RGB
CMYK
RGB Variations
Color information
#BFC526 (or 0xBFC526) is known color: Rio Grande. HEX triplet: BF, C5 and 26. RGB value is (191,197,38). Sum of RGB (Red+Green+Blue) = 191+197+38=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC526 is #403AD9. Grayscale: #B1B1B1. Windows color (decimal): -4209370 or 2540991. OLE color: 2540991.
HSL color Cylindrical-coordinate representation of color #BFC526: hue angle of 62.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC526 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 38 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.23 |
| HSL | 62.26º | 0.68% | 0.46% | - |
| HSV(B) | 62.26º | 0.81% | 0.77% | - |
| XYZ | 41.8 | 51.15 | 9.5 | - |
| YUV | 177.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 38 | 0.03 | 0 | 0.81 | 0.23 | 62.26 | 0.68 | 0.46 |
| Hex | BF | C5 | 26 | 3 | 0 | 51 | 17 | 3E | 44 | 2E |
| Octal | 277 | 305 | 46 | 3 | 0 | 121 | 27 | 76 | 104 | 56 |
| Binary | 10111111 | 11000101 | 100110 | 11 | 0 | 1010001 | 10111 | 111110 | 1000100 | 101110 |
Color Harmonies of #BFC526
Complementary color
Monochromatic Colors of #BFC526
Black with #BFC526
Text Example
Text Example
White with #BFC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC526; }
p { color: rgb(191,197,38); }
H1.HeaderClassName
{
color: #BFC526;
}
.AnyTagClassName
{
color: #BFC526;
}
</style>
background-color css
<style>
a { background-color: #BFC526; }
a { background-color: rgb(191,197,38); }
div.DivClassName
{
background-color: #BFC526;
}
.BgClassName
{
background-color: #BFC526;
}
</style>
border-color css
<style>
span { border-color: #BFC526; }
span { border-color: rgb(191,197,38); }
td.TdClassName
{
border-color: #BFC526;
}
.TagClassName
{
border-color: #BFC526;
}
</style>