Shades of Rio Grande #BFD517
Tints of Rio Grande #BFD517
RGB
CMYK
RGB Variations
Color information
#BFD517 (or 0xBFD517) is known color: Rio Grande. HEX triplet: BF, D5 and 17. RGB value is (191,213,23). Sum of RGB (Red+Green+Blue) = 191+213+23=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD517 is #402AE8. Grayscale: #B9B9B9. Windows color (decimal): -4205289 or 1562047. OLE color: 1562047.
HSL color Cylindrical-coordinate representation of color #BFD517: hue angle of 66.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFD517 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 23 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.16 |
| HSL | 66.95º | 0.81% | 0.46% | - |
| HSV(B) | 66.95º | 0.89% | 0.84% | - |
| XYZ | 45.43 | 58.73 | 9.75 | - |
| YUV | 184.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 23 | 0.10 | 0 | 0.89 | 0.16 | 66.95 | 0.81 | 0.46 |
| Hex | BF | D5 | 17 | A | 0 | 59 | 10 | 43 | 51 | 2E |
| Octal | 277 | 325 | 27 | 12 | 0 | 131 | 20 | 103 | 121 | 56 |
| Binary | 10111111 | 11010101 | 10111 | 1010 | 0 | 1011001 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BFD517
Complementary color
Monochromatic Colors of #BFD517
Black with #BFD517
Text Example
Text Example
White with #BFD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD517; }
p { color: rgb(191,213,23); }
H1.HeaderClassName
{
color: #BFD517;
}
.AnyTagClassName
{
color: #BFD517;
}
</style>
background-color css
<style>
a { background-color: #BFD517; }
a { background-color: rgb(191,213,23); }
div.DivClassName
{
background-color: #BFD517;
}
.BgClassName
{
background-color: #BFD517;
}
</style>
border-color css
<style>
span { border-color: #BFD517; }
span { border-color: rgb(191,213,23); }
td.TdClassName
{
border-color: #BFD517;
}
.TagClassName
{
border-color: #BFD517;
}
</style>