Shades of Rio Grande #BFD816
Tints of Rio Grande #BFD816
RGB
CMYK
RGB Variations
Color information
#BFD816 (or 0xBFD816) is known color: Rio Grande. HEX triplet: BF, D8 and 16. RGB value is (191,216,22). Sum of RGB (Red+Green+Blue) = 191+216+22=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD816 is #4027E9. Grayscale: #BBBBBB. Windows color (decimal): -4204522 or 1497279. OLE color: 1497279.
HSL color Cylindrical-coordinate representation of color #BFD816: hue angle of 67.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD816 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 67.73º | 0.82% | 0.47% | - |
| HSV(B) | 67.73º | 0.9% | 0.85% | - |
| XYZ | 46.19 | 60.25 | 9.95 | - |
| YUV | 186.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 22 | 0.12 | 0 | 0.90 | 0.15 | 67.73 | 0.82 | 0.47 |
| Hex | BF | D8 | 16 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 277 | 330 | 26 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 10111111 | 11011000 | 10110 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #BFD816
Complementary color
Monochromatic Colors of #BFD816
Black with #BFD816
Text Example
Text Example
White with #BFD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD816; }
p { color: rgb(191,216,22); }
H1.HeaderClassName
{
color: #BFD816;
}
.AnyTagClassName
{
color: #BFD816;
}
</style>
background-color css
<style>
a { background-color: #BFD816; }
a { background-color: rgb(191,216,22); }
div.DivClassName
{
background-color: #BFD816;
}
.BgClassName
{
background-color: #BFD816;
}
</style>
border-color css
<style>
span { border-color: #BFD816; }
span { border-color: rgb(191,216,22); }
td.TdClassName
{
border-color: #BFD816;
}
.TagClassName
{
border-color: #BFD816;
}
</style>