Shades of Rio Grande #BFD110
Tints of Rio Grande #BFD110
RGB
CMYK
RGB Variations
Color information
#BFD110 (or 0xBFD110) is known color: Rio Grande. HEX triplet: BF, D1 and 10. RGB value is (191,209,16). Sum of RGB (Red+Green+Blue) = 191+209+16=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD110 is #402EEF. Grayscale: #B6B6B6. Windows color (decimal): -4206320 or 1102271. OLE color: 1102271.
HSL color Cylindrical-coordinate representation of color #BFD110: hue angle of 65.6º degrees, saturation: 0.86, 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 #BFD110 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.6º | 0.86% | 0.44% | - |
| HSV(B) | 65.6º | 0.92% | 0.82% | - |
| XYZ | 44.38 | 56.71 | 9.1 | - |
| YUV | 181.62 | 34.54 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 16 | 0.09 | 0 | 0.92 | 0.18 | 65.6 | 0.86 | 0.44 |
| Hex | BF | D1 | 10 | 9 | 0 | 5C | 12 | 42 | 56 | 2C |
| Octal | 277 | 321 | 20 | 11 | 0 | 134 | 22 | 102 | 126 | 54 |
| Binary | 10111111 | 11010001 | 10000 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010110 | 101100 |
Color Harmonies of #BFD110
Complementary color
Monochromatic Colors of #BFD110
Black with #BFD110
Text Example
Text Example
White with #BFD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD110; }
p { color: rgb(191,209,16); }
H1.HeaderClassName
{
color: #BFD110;
}
.AnyTagClassName
{
color: #BFD110;
}
</style>
background-color css
<style>
a { background-color: #BFD110; }
a { background-color: rgb(191,209,16); }
div.DivClassName
{
background-color: #BFD110;
}
.BgClassName
{
background-color: #BFD110;
}
</style>
border-color css
<style>
span { border-color: #BFD110; }
span { border-color: rgb(191,209,16); }
td.TdClassName
{
border-color: #BFD110;
}
.TagClassName
{
border-color: #BFD110;
}
</style>