Shades of Rio Grande #BFD710
Tints of Rio Grande #BFD710
RGB
CMYK
RGB Variations
Color information
#BFD710 (or 0xBFD710) is known color: Rio Grande. HEX triplet: BF, D7 and 10. RGB value is (191,215,16). Sum of RGB (Red+Green+Blue) = 191+215+16=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD710 is #4028EF. Grayscale: #B9B9B9. Windows color (decimal): -4204784 or 1103807. OLE color: 1103807.
HSL color Cylindrical-coordinate representation of color #BFD710: hue angle of 67.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD710 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 67.24º | 0.86% | 0.45% | - |
| HSV(B) | 67.24º | 0.93% | 0.84% | - |
| XYZ | 45.88 | 59.71 | 9.6 | - |
| YUV | 185.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 16 | 0.11 | 0 | 0.93 | 0.16 | 67.24 | 0.86 | 0.45 |
| Hex | BF | D7 | 10 | B | 0 | 5D | 10 | 43 | 56 | 2D |
| Octal | 277 | 327 | 20 | 13 | 0 | 135 | 20 | 103 | 126 | 55 |
| Binary | 10111111 | 11010111 | 10000 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010110 | 101101 |
Color Harmonies of #BFD710
Complementary color
Monochromatic Colors of #BFD710
Black with #BFD710
Text Example
Text Example
White with #BFD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD710; }
p { color: rgb(191,215,16); }
H1.HeaderClassName
{
color: #BFD710;
}
.AnyTagClassName
{
color: #BFD710;
}
</style>
background-color css
<style>
a { background-color: #BFD710; }
a { background-color: rgb(191,215,16); }
div.DivClassName
{
background-color: #BFD710;
}
.BgClassName
{
background-color: #BFD710;
}
</style>
border-color css
<style>
span { border-color: #BFD710; }
span { border-color: rgb(191,215,16); }
td.TdClassName
{
border-color: #BFD710;
}
.TagClassName
{
border-color: #BFD710;
}
</style>