Shades of Rio Grande #BFD516
Tints of Rio Grande #BFD516
RGB
CMYK
RGB Variations
Color information
#BFD516 (or 0xBFD516) is known color: Rio Grande. HEX triplet: BF, D5 and 16. RGB value is (191,213,22). Sum of RGB (Red+Green+Blue) = 191+213+22=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD516 is #402AE9. Grayscale: #B9B9B9. Windows color (decimal): -4205290 or 1496511. OLE color: 1496511.
HSL color Cylindrical-coordinate representation of color #BFD516: hue angle of 66.91º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD516 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.16 |
| HSL | 66.91º | 0.81% | 0.46% | - |
| HSV(B) | 66.91º | 0.9% | 0.84% | - |
| XYZ | 45.42 | 58.72 | 9.7 | - |
| YUV | 184.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 22 | 0.10 | 0 | 0.90 | 0.16 | 66.91 | 0.81 | 0.46 |
| Hex | BF | D5 | 16 | A | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 277 | 325 | 26 | 12 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 10111111 | 11010101 | 10110 | 1010 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BFD516
Complementary color
Monochromatic Colors of #BFD516
Black with #BFD516
Text Example
Text Example
White with #BFD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD516; }
p { color: rgb(191,213,22); }
H1.HeaderClassName
{
color: #BFD516;
}
.AnyTagClassName
{
color: #BFD516;
}
</style>
background-color css
<style>
a { background-color: #BFD516; }
a { background-color: rgb(191,213,22); }
div.DivClassName
{
background-color: #BFD516;
}
.BgClassName
{
background-color: #BFD516;
}
</style>
border-color css
<style>
span { border-color: #BFD516; }
span { border-color: rgb(191,213,22); }
td.TdClassName
{
border-color: #BFD516;
}
.TagClassName
{
border-color: #BFD516;
}
</style>