Shades of Rio Grande #BFD211
Tints of Rio Grande #BFD211
RGB
CMYK
RGB Variations
Color information
#BFD211 (or 0xBFD211) is known color: Rio Grande. HEX triplet: BF, D2 and 11. RGB value is (191,210,17). Sum of RGB (Red+Green+Blue) = 191+210+17=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD211 is #402DEE. Grayscale: #B7B7B7. Windows color (decimal): -4206063 or 1168063. OLE color: 1168063.
HSL color Cylindrical-coordinate representation of color #BFD211: hue angle of 65.91º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD211 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.91º | 0.85% | 0.45% | - |
| HSV(B) | 65.91º | 0.92% | 0.82% | - |
| XYZ | 44.63 | 57.21 | 9.22 | - |
| YUV | 182.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 17 | 0.09 | 0 | 0.92 | 0.18 | 65.91 | 0.85 | 0.45 |
| Hex | BF | D2 | 11 | 9 | 0 | 5C | 12 | 42 | 55 | 2D |
| Octal | 277 | 322 | 21 | 11 | 0 | 134 | 22 | 102 | 125 | 55 |
| Binary | 10111111 | 11010010 | 10001 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010101 | 101101 |
Color Harmonies of #BFD211
Complementary color
Monochromatic Colors of #BFD211
Black with #BFD211
Text Example
Text Example
White with #BFD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD211; }
p { color: rgb(191,210,17); }
H1.HeaderClassName
{
color: #BFD211;
}
.AnyTagClassName
{
color: #BFD211;
}
</style>
background-color css
<style>
a { background-color: #BFD211; }
a { background-color: rgb(191,210,17); }
div.DivClassName
{
background-color: #BFD211;
}
.BgClassName
{
background-color: #BFD211;
}
</style>
border-color css
<style>
span { border-color: #BFD211; }
span { border-color: rgb(191,210,17); }
td.TdClassName
{
border-color: #BFD211;
}
.TagClassName
{
border-color: #BFD211;
}
</style>