Shades of Rio Grande #BFD111
Tints of Rio Grande #BFD111
RGB
CMYK
RGB Variations
Color information
#BFD111 (or 0xBFD111) is known color: Rio Grande. HEX triplet: BF, D1 and 11. RGB value is (191,209,17). Sum of RGB (Red+Green+Blue) = 191+209+17=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD111 is #402EEE. Grayscale: #B6B6B6. Windows color (decimal): -4206319 or 1167807. OLE color: 1167807.
HSL color Cylindrical-coordinate representation of color #BFD111: hue angle of 65.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD111 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.63º | 0.85% | 0.44% | - |
| HSV(B) | 65.63º | 0.92% | 0.82% | - |
| XYZ | 44.39 | 56.72 | 9.14 | - |
| YUV | 181.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 17 | 0.09 | 0 | 0.92 | 0.18 | 65.63 | 0.85 | 0.44 |
| Hex | BF | D1 | 11 | 9 | 0 | 5C | 12 | 42 | 55 | 2C |
| Octal | 277 | 321 | 21 | 11 | 0 | 134 | 22 | 102 | 125 | 54 |
| Binary | 10111111 | 11010001 | 10001 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010101 | 101100 |
Color Harmonies of #BFD111
Complementary color
Monochromatic Colors of #BFD111
Black with #BFD111
Text Example
Text Example
White with #BFD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD111; }
p { color: rgb(191,209,17); }
H1.HeaderClassName
{
color: #BFD111;
}
.AnyTagClassName
{
color: #BFD111;
}
</style>
background-color css
<style>
a { background-color: #BFD111; }
a { background-color: rgb(191,209,17); }
div.DivClassName
{
background-color: #BFD111;
}
.BgClassName
{
background-color: #BFD111;
}
</style>
border-color css
<style>
span { border-color: #BFD111; }
span { border-color: rgb(191,209,17); }
td.TdClassName
{
border-color: #BFD111;
}
.TagClassName
{
border-color: #BFD111;
}
</style>