Shades of Rio Grande #BFD716
Tints of Rio Grande #BFD716
RGB
CMYK
RGB Variations
Color information
#BFD716 (or 0xBFD716) is known color: Rio Grande. HEX triplet: BF, D7 and 16. RGB value is (191,215,22). Sum of RGB (Red+Green+Blue) = 191+215+22=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD716 is #4028E9. Grayscale: #BABABA. Windows color (decimal): -4204778 or 1497023. OLE color: 1497023.
HSL color Cylindrical-coordinate representation of color #BFD716: hue angle of 67.46º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD716 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.16 |
| HSL | 67.46º | 0.81% | 0.46% | - |
| HSV(B) | 67.46º | 0.9% | 0.84% | - |
| XYZ | 45.93 | 59.74 | 9.87 | - |
| YUV | 185.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 22 | 0.11 | 0 | 0.90 | 0.16 | 67.46 | 0.81 | 0.46 |
| Hex | BF | D7 | 16 | B | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 277 | 327 | 26 | 13 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 10111111 | 11010111 | 10110 | 1011 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BFD716
Complementary color
Monochromatic Colors of #BFD716
Black with #BFD716
Text Example
Text Example
White with #BFD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD716; }
p { color: rgb(191,215,22); }
H1.HeaderClassName
{
color: #BFD716;
}
.AnyTagClassName
{
color: #BFD716;
}
</style>
background-color css
<style>
a { background-color: #BFD716; }
a { background-color: rgb(191,215,22); }
div.DivClassName
{
background-color: #BFD716;
}
.BgClassName
{
background-color: #BFD716;
}
</style>
border-color css
<style>
span { border-color: #BFD716; }
span { border-color: rgb(191,215,22); }
td.TdClassName
{
border-color: #BFD716;
}
.TagClassName
{
border-color: #BFD716;
}
</style>