Shades of Rio Grande #BFC524
Tints of Rio Grande #BFC524
RGB
CMYK
RGB Variations
Color information
#BFC524 (or 0xBFC524) is known color: Rio Grande. HEX triplet: BF, C5 and 24. RGB value is (191,197,36). Sum of RGB (Red+Green+Blue) = 191+197+36=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC524 is #403ADB. Grayscale: #B1B1B1. Windows color (decimal): -4209372 or 2409919. OLE color: 2409919.
HSL color Cylindrical-coordinate representation of color #BFC524: hue angle of 62.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC524 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 36 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.23 |
| HSL | 62.24º | 0.69% | 0.46% | - |
| HSV(B) | 62.24º | 0.82% | 0.77% | - |
| XYZ | 41.77 | 51.14 | 9.34 | - |
| YUV | 176.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 36 | 0.03 | 0 | 0.82 | 0.23 | 62.24 | 0.69 | 0.46 |
| Hex | BF | C5 | 24 | 3 | 0 | 52 | 17 | 3E | 45 | 2E |
| Octal | 277 | 305 | 44 | 3 | 0 | 122 | 27 | 76 | 105 | 56 |
| Binary | 10111111 | 11000101 | 100100 | 11 | 0 | 1010010 | 10111 | 111110 | 1000101 | 101110 |
Color Harmonies of #BFC524
Complementary color
Monochromatic Colors of #BFC524
Black with #BFC524
Text Example
Text Example
White with #BFC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC524; }
p { color: rgb(191,197,36); }
H1.HeaderClassName
{
color: #BFC524;
}
.AnyTagClassName
{
color: #BFC524;
}
</style>
background-color css
<style>
a { background-color: #BFC524; }
a { background-color: rgb(191,197,36); }
div.DivClassName
{
background-color: #BFC524;
}
.BgClassName
{
background-color: #BFC524;
}
</style>
border-color css
<style>
span { border-color: #BFC524; }
span { border-color: rgb(191,197,36); }
td.TdClassName
{
border-color: #BFC524;
}
.TagClassName
{
border-color: #BFC524;
}
</style>