Shades of Rio Grande #BFD411
Tints of Rio Grande #BFD411
RGB
CMYK
RGB Variations
Color information
#BFD411 (or 0xBFD411) is known color: Rio Grande. HEX triplet: BF, D4 and 11. RGB value is (191,212,17). Sum of RGB (Red+Green+Blue) = 191+212+17=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD411 is #402BEE. Grayscale: #B8B8B8. Windows color (decimal): -4205551 or 1168575. OLE color: 1168575.
HSL color Cylindrical-coordinate representation of color #BFD411: hue angle of 66.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD411 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 17 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.17 |
| HSL | 66.46º | 0.85% | 0.45% | - |
| HSV(B) | 66.46º | 0.92% | 0.83% | - |
| XYZ | 45.13 | 58.2 | 9.39 | - |
| YUV | 183.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 17 | 0.10 | 0 | 0.92 | 0.17 | 66.46 | 0.85 | 0.45 |
| Hex | BF | D4 | 11 | A | 0 | 5C | 11 | 42 | 55 | 2D |
| Octal | 277 | 324 | 21 | 12 | 0 | 134 | 21 | 102 | 125 | 55 |
| Binary | 10111111 | 11010100 | 10001 | 1010 | 0 | 1011100 | 10001 | 1000010 | 1010101 | 101101 |
Color Harmonies of #BFD411
Complementary color
Monochromatic Colors of #BFD411
Black with #BFD411
Text Example
Text Example
White with #BFD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD411; }
p { color: rgb(191,212,17); }
H1.HeaderClassName
{
color: #BFD411;
}
.AnyTagClassName
{
color: #BFD411;
}
</style>
background-color css
<style>
a { background-color: #BFD411; }
a { background-color: rgb(191,212,17); }
div.DivClassName
{
background-color: #BFD411;
}
.BgClassName
{
background-color: #BFD411;
}
</style>
border-color css
<style>
span { border-color: #BFD411; }
span { border-color: rgb(191,212,17); }
td.TdClassName
{
border-color: #BFD411;
}
.TagClassName
{
border-color: #BFD411;
}
</style>