Shades of Rio Grande #BFC525
Tints of Rio Grande #BFC525
RGB
CMYK
RGB Variations
Color information
#BFC525 (or 0xBFC525) is known color: Rio Grande. HEX triplet: BF, C5 and 25. RGB value is (191,197,37). Sum of RGB (Red+Green+Blue) = 191+197+37=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC525 is #403ADA. Grayscale: #B1B1B1. Windows color (decimal): -4209371 or 2475455. OLE color: 2475455.
HSL color Cylindrical-coordinate representation of color #BFC525: hue angle of 62.25º 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 #BFC525 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 37 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.23 |
| HSL | 62.25º | 0.68% | 0.46% | - |
| HSV(B) | 62.25º | 0.81% | 0.77% | - |
| XYZ | 41.79 | 51.14 | 9.42 | - |
| YUV | 176.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 37 | 0.03 | 0 | 0.81 | 0.23 | 62.25 | 0.68 | 0.46 |
| Hex | BF | C5 | 25 | 3 | 0 | 51 | 17 | 3E | 44 | 2E |
| Octal | 277 | 305 | 45 | 3 | 0 | 121 | 27 | 76 | 104 | 56 |
| Binary | 10111111 | 11000101 | 100101 | 11 | 0 | 1010001 | 10111 | 111110 | 1000100 | 101110 |
Color Harmonies of #BFC525
Complementary color
Monochromatic Colors of #BFC525
Black with #BFC525
Text Example
Text Example
White with #BFC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC525; }
p { color: rgb(191,197,37); }
H1.HeaderClassName
{
color: #BFC525;
}
.AnyTagClassName
{
color: #BFC525;
}
</style>
background-color css
<style>
a { background-color: #BFC525; }
a { background-color: rgb(191,197,37); }
div.DivClassName
{
background-color: #BFC525;
}
.BgClassName
{
background-color: #BFC525;
}
</style>
border-color css
<style>
span { border-color: #BFC525; }
span { border-color: rgb(191,197,37); }
td.TdClassName
{
border-color: #BFC525;
}
.TagClassName
{
border-color: #BFC525;
}
</style>