Shades of Rio Grande #BFD815
Tints of Rio Grande #BFD815
RGB
CMYK
RGB Variations
Color information
#BFD815 (or 0xBFD815) is known color: Rio Grande. HEX triplet: BF, D8 and 15. RGB value is (191,216,21). Sum of RGB (Red+Green+Blue) = 191+216+21=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD815 is #4027EA. Grayscale: #BBBBBB. Windows color (decimal): -4204523 or 1431743. OLE color: 1431743.
HSL color Cylindrical-coordinate representation of color #BFD815: hue angle of 67.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD815 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 67.69º | 0.82% | 0.46% | - |
| HSV(B) | 67.69º | 0.9% | 0.85% | - |
| XYZ | 46.18 | 60.24 | 9.9 | - |
| YUV | 186.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 21 | 0.12 | 0 | 0.90 | 0.15 | 67.69 | 0.82 | 0.46 |
| Hex | BF | D8 | 15 | C | 0 | 5A | F | 44 | 52 | 2E |
| Octal | 277 | 330 | 25 | 14 | 0 | 132 | 17 | 104 | 122 | 56 |
| Binary | 10111111 | 11011000 | 10101 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101110 |
Color Harmonies of #BFD815
Complementary color
Monochromatic Colors of #BFD815
Black with #BFD815
Text Example
Text Example
White with #BFD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD815; }
p { color: rgb(191,216,21); }
H1.HeaderClassName
{
color: #BFD815;
}
.AnyTagClassName
{
color: #BFD815;
}
</style>
background-color css
<style>
a { background-color: #BFD815; }
a { background-color: rgb(191,216,21); }
div.DivClassName
{
background-color: #BFD815;
}
.BgClassName
{
background-color: #BFD815;
}
</style>
border-color css
<style>
span { border-color: #BFD815; }
span { border-color: rgb(191,216,21); }
td.TdClassName
{
border-color: #BFD815;
}
.TagClassName
{
border-color: #BFD815;
}
</style>