Shades of Rio Grande #BFD616
Tints of Rio Grande #BFD616
RGB
CMYK
RGB Variations
Color information
#BFD616 (or 0xBFD616) is known color: Rio Grande. HEX triplet: BF, D6 and 16. RGB value is (191,214,22). Sum of RGB (Red+Green+Blue) = 191+214+22=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD616 is #4029E9. Grayscale: #B9B9B9. Windows color (decimal): -4205034 or 1496767. OLE color: 1496767.
HSL color Cylindrical-coordinate representation of color #BFD616: hue angle of 67.19º 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 #BFD616 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.16 |
| HSL | 67.19º | 0.81% | 0.46% | - |
| HSV(B) | 67.19º | 0.9% | 0.84% | - |
| XYZ | 45.68 | 59.23 | 9.78 | - |
| YUV | 185.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 22 | 0.11 | 0 | 0.90 | 0.16 | 67.19 | 0.81 | 0.46 |
| Hex | BF | D6 | 16 | B | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 277 | 326 | 26 | 13 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 10111111 | 11010110 | 10110 | 1011 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BFD616
Complementary color
Monochromatic Colors of #BFD616
Black with #BFD616
Text Example
Text Example
White with #BFD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD616; }
p { color: rgb(191,214,22); }
H1.HeaderClassName
{
color: #BFD616;
}
.AnyTagClassName
{
color: #BFD616;
}
</style>
background-color css
<style>
a { background-color: #BFD616; }
a { background-color: rgb(191,214,22); }
div.DivClassName
{
background-color: #BFD616;
}
.BgClassName
{
background-color: #BFD616;
}
</style>
border-color css
<style>
span { border-color: #BFD616; }
span { border-color: rgb(191,214,22); }
td.TdClassName
{
border-color: #BFD616;
}
.TagClassName
{
border-color: #BFD616;
}
</style>