Shades of Rio Grande #BFC917
Tints of Rio Grande #BFC917
RGB
CMYK
RGB Variations
Color information
#BFC917 (or 0xBFC917) is known color: Rio Grande. HEX triplet: BF, C9 and 17. RGB value is (191,201,23). Sum of RGB (Red+Green+Blue) = 191+201+23=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC917 is #4036E8. Grayscale: #B2B2B2. Windows color (decimal): -4208361 or 1558975. OLE color: 1558975.
HSL color Cylindrical-coordinate representation of color #BFC917: hue angle of 63.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC917 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 23 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.21 |
| HSL | 63.37º | 0.79% | 0.44% | - |
| HSV(B) | 63.37º | 0.89% | 0.79% | - |
| XYZ | 42.53 | 52.91 | 8.78 | - |
| YUV | 177.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 23 | 0.05 | 0 | 0.89 | 0.21 | 63.37 | 0.79 | 0.44 |
| Hex | BF | C9 | 17 | 5 | 0 | 59 | 15 | 3F | 4F | 2C |
| Octal | 277 | 311 | 27 | 5 | 0 | 131 | 25 | 77 | 117 | 54 |
| Binary | 10111111 | 11001001 | 10111 | 101 | 0 | 1011001 | 10101 | 111111 | 1001111 | 101100 |
Color Harmonies of #BFC917
Complementary color
Monochromatic Colors of #BFC917
Black with #BFC917
Text Example
Text Example
White with #BFC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC917; }
p { color: rgb(191,201,23); }
H1.HeaderClassName
{
color: #BFC917;
}
.AnyTagClassName
{
color: #BFC917;
}
</style>
background-color css
<style>
a { background-color: #BFC917; }
a { background-color: rgb(191,201,23); }
div.DivClassName
{
background-color: #BFC917;
}
.BgClassName
{
background-color: #BFC917;
}
</style>
border-color css
<style>
span { border-color: #BFC917; }
span { border-color: rgb(191,201,23); }
td.TdClassName
{
border-color: #BFC917;
}
.TagClassName
{
border-color: #BFC917;
}
</style>