Shades of Rio Grande #BFD711
Tints of Rio Grande #BFD711
RGB
CMYK
RGB Variations
Color information
#BFD711 (or 0xBFD711) is known color: Rio Grande. HEX triplet: BF, D7 and 11. RGB value is (191,215,17). Sum of RGB (Red+Green+Blue) = 191+215+17=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD711 is #4028EE. Grayscale: #BABABA. Windows color (decimal): -4204783 or 1169343. OLE color: 1169343.
HSL color Cylindrical-coordinate representation of color #BFD711: hue angle of 67.27º 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 #BFD711 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.27º | 0.85% | 0.45% | - |
| HSV(B) | 67.27º | 0.92% | 0.84% | - |
| XYZ | 45.89 | 59.72 | 9.64 | - |
| YUV | 185.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 17 | 0.11 | 0 | 0.92 | 0.16 | 67.27 | 0.85 | 0.45 |
| Hex | BF | D7 | 11 | B | 0 | 5C | 10 | 43 | 55 | 2D |
| Octal | 277 | 327 | 21 | 13 | 0 | 134 | 20 | 103 | 125 | 55 |
| Binary | 10111111 | 11010111 | 10001 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BFD711
Complementary color
Monochromatic Colors of #BFD711
Black with #BFD711
Text Example
Text Example
White with #BFD711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD711; }
p { color: rgb(191,215,17); }
H1.HeaderClassName
{
color: #BFD711;
}
.AnyTagClassName
{
color: #BFD711;
}
</style>
background-color css
<style>
a { background-color: #BFD711; }
a { background-color: rgb(191,215,17); }
div.DivClassName
{
background-color: #BFD711;
}
.BgClassName
{
background-color: #BFD711;
}
</style>
border-color css
<style>
span { border-color: #BFD711; }
span { border-color: rgb(191,215,17); }
td.TdClassName
{
border-color: #BFD711;
}
.TagClassName
{
border-color: #BFD711;
}
</style>