Shades of Rio Grande #BFD511
Tints of Rio Grande #BFD511
RGB
CMYK
RGB Variations
Color information
#BFD511 (or 0xBFD511) is known color: Rio Grande. HEX triplet: BF, D5 and 11. RGB value is (191,213,17). Sum of RGB (Red+Green+Blue) = 191+213+17=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD511 is #402AEE. Grayscale: #B8B8B8. Windows color (decimal): -4205295 or 1168831. OLE color: 1168831.
HSL color Cylindrical-coordinate representation of color #BFD511: hue angle of 66.73º 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 #BFD511 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 17 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.16 |
| HSL | 66.73º | 0.85% | 0.45% | - |
| HSV(B) | 66.73º | 0.92% | 0.84% | - |
| XYZ | 45.38 | 58.71 | 9.47 | - |
| YUV | 184.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 17 | 0.10 | 0 | 0.92 | 0.16 | 66.73 | 0.85 | 0.45 |
| Hex | BF | D5 | 11 | A | 0 | 5C | 10 | 43 | 55 | 2D |
| Octal | 277 | 325 | 21 | 12 | 0 | 134 | 20 | 103 | 125 | 55 |
| Binary | 10111111 | 11010101 | 10001 | 1010 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BFD511
Complementary color
Monochromatic Colors of #BFD511
Black with #BFD511
Text Example
Text Example
White with #BFD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD511; }
p { color: rgb(191,213,17); }
H1.HeaderClassName
{
color: #BFD511;
}
.AnyTagClassName
{
color: #BFD511;
}
</style>
background-color css
<style>
a { background-color: #BFD511; }
a { background-color: rgb(191,213,17); }
div.DivClassName
{
background-color: #BFD511;
}
.BgClassName
{
background-color: #BFD511;
}
</style>
border-color css
<style>
span { border-color: #BFD511; }
span { border-color: rgb(191,213,17); }
td.TdClassName
{
border-color: #BFD511;
}
.TagClassName
{
border-color: #BFD511;
}
</style>