Shades of Rio Grande #BFD611
Tints of Rio Grande #BFD611
RGB
CMYK
RGB Variations
Color information
#BFD611 (or 0xBFD611) is known color: Rio Grande. HEX triplet: BF, D6 and 11. RGB value is (191,214,17). Sum of RGB (Red+Green+Blue) = 191+214+17=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD611 is #4029EE. Grayscale: #B9B9B9. Windows color (decimal): -4205039 or 1169087. OLE color: 1169087.
HSL color Cylindrical-coordinate representation of color #BFD611: hue angle of 67.01º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD611 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.01º | 0.85% | 0.45% | - |
| HSV(B) | 67.01º | 0.92% | 0.84% | - |
| XYZ | 45.63 | 59.21 | 9.55 | - |
| YUV | 184.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 17 | 0.11 | 0 | 0.92 | 0.16 | 67.01 | 0.85 | 0.45 |
| Hex | BF | D6 | 11 | B | 0 | 5C | 10 | 43 | 55 | 2D |
| Octal | 277 | 326 | 21 | 13 | 0 | 134 | 20 | 103 | 125 | 55 |
| Binary | 10111111 | 11010110 | 10001 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BFD611
Complementary color
Monochromatic Colors of #BFD611
Black with #BFD611
Text Example
Text Example
White with #BFD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD611; }
p { color: rgb(191,214,17); }
H1.HeaderClassName
{
color: #BFD611;
}
.AnyTagClassName
{
color: #BFD611;
}
</style>
background-color css
<style>
a { background-color: #BFD611; }
a { background-color: rgb(191,214,17); }
div.DivClassName
{
background-color: #BFD611;
}
.BgClassName
{
background-color: #BFD611;
}
</style>
border-color css
<style>
span { border-color: #BFD611; }
span { border-color: rgb(191,214,17); }
td.TdClassName
{
border-color: #BFD611;
}
.TagClassName
{
border-color: #BFD611;
}
</style>