Shades of Rio Grande #BFC523
Tints of Rio Grande #BFC523
RGB
CMYK
RGB Variations
Color information
#BFC523 (or 0xBFC523) is known color: Rio Grande. HEX triplet: BF, C5 and 23. RGB value is (191,197,35). Sum of RGB (Red+Green+Blue) = 191+197+35=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC523 is #403ADC. Grayscale: #B1B1B1. Windows color (decimal): -4209373 or 2344383. OLE color: 2344383.
HSL color Cylindrical-coordinate representation of color #BFC523: hue angle of 62.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC523 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.23 |
| HSL | 62.22º | 0.7% | 0.45% | - |
| HSV(B) | 62.22º | 0.82% | 0.77% | - |
| XYZ | 41.76 | 51.13 | 9.26 | - |
| YUV | 176.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 35 | 0.03 | 0 | 0.82 | 0.23 | 62.22 | 0.7 | 0.45 |
| Hex | BF | C5 | 23 | 3 | 0 | 52 | 17 | 3E | 46 | 2D |
| Octal | 277 | 305 | 43 | 3 | 0 | 122 | 27 | 76 | 106 | 55 |
| Binary | 10111111 | 11000101 | 100011 | 11 | 0 | 1010010 | 10111 | 111110 | 1000110 | 101101 |
Color Harmonies of #BFC523
Complementary color
Monochromatic Colors of #BFC523
Black with #BFC523
Text Example
Text Example
White with #BFC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC523; }
p { color: rgb(191,197,35); }
H1.HeaderClassName
{
color: #BFC523;
}
.AnyTagClassName
{
color: #BFC523;
}
</style>
background-color css
<style>
a { background-color: #BFC523; }
a { background-color: rgb(191,197,35); }
div.DivClassName
{
background-color: #BFC523;
}
.BgClassName
{
background-color: #BFC523;
}
</style>
border-color css
<style>
span { border-color: #BFC523; }
span { border-color: rgb(191,197,35); }
td.TdClassName
{
border-color: #BFC523;
}
.TagClassName
{
border-color: #BFC523;
}
</style>