Shades of Rio Grande #BFD817
Tints of Rio Grande #BFD817
RGB
CMYK
RGB Variations
Color information
#BFD817 (or 0xBFD817) is known color: Rio Grande. HEX triplet: BF, D8 and 17. RGB value is (191,216,23). Sum of RGB (Red+Green+Blue) = 191+216+23=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD817 is #4027E8. Grayscale: #BBBBBB. Windows color (decimal): -4204521 or 1562815. OLE color: 1562815.
HSL color Cylindrical-coordinate representation of color #BFD817: hue angle of 67.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFD817 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 23 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.15 |
| HSL | 67.77º | 0.81% | 0.47% | - |
| HSV(B) | 67.77º | 0.89% | 0.85% | - |
| XYZ | 46.2 | 60.25 | 10.01 | - |
| YUV | 186.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 23 | 0.12 | 0 | 0.89 | 0.15 | 67.77 | 0.81 | 0.47 |
| Hex | BF | D8 | 17 | C | 0 | 59 | F | 44 | 51 | 2F |
| Octal | 277 | 330 | 27 | 14 | 0 | 131 | 17 | 104 | 121 | 57 |
| Binary | 10111111 | 11011000 | 10111 | 1100 | 0 | 1011001 | 1111 | 1000100 | 1010001 | 101111 |
Color Harmonies of #BFD817
Complementary color
Monochromatic Colors of #BFD817
Black with #BFD817
Text Example
Text Example
White with #BFD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD817; }
p { color: rgb(191,216,23); }
H1.HeaderClassName
{
color: #BFD817;
}
.AnyTagClassName
{
color: #BFD817;
}
</style>
background-color css
<style>
a { background-color: #BFD817; }
a { background-color: rgb(191,216,23); }
div.DivClassName
{
background-color: #BFD817;
}
.BgClassName
{
background-color: #BFD817;
}
</style>
border-color css
<style>
span { border-color: #BFD817; }
span { border-color: rgb(191,216,23); }
td.TdClassName
{
border-color: #BFD817;
}
.TagClassName
{
border-color: #BFD817;
}
</style>