Shades of Rio Grande #BFD617
Tints of Rio Grande #BFD617
RGB
CMYK
RGB Variations
Color information
#BFD617 (or 0xBFD617) is known color: Rio Grande. HEX triplet: BF, D6 and 17. RGB value is (191,214,23). Sum of RGB (Red+Green+Blue) = 191+214+23=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD617 is #4029E8. Grayscale: #BABABA. Windows color (decimal): -4205033 or 1562303. OLE color: 1562303.
HSL color Cylindrical-coordinate representation of color #BFD617: hue angle of 67.23º 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 #BFD617 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.16 |
| HSL | 67.23º | 0.81% | 0.46% | - |
| HSV(B) | 67.23º | 0.89% | 0.84% | - |
| XYZ | 45.69 | 59.23 | 9.84 | - |
| YUV | 185.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 23 | 0.11 | 0 | 0.89 | 0.16 | 67.23 | 0.81 | 0.46 |
| Hex | BF | D6 | 17 | B | 0 | 59 | 10 | 43 | 51 | 2E |
| Octal | 277 | 326 | 27 | 13 | 0 | 131 | 20 | 103 | 121 | 56 |
| Binary | 10111111 | 11010110 | 10111 | 1011 | 0 | 1011001 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BFD617
Complementary color
Monochromatic Colors of #BFD617
Black with #BFD617
Text Example
Text Example
White with #BFD617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD617; }
p { color: rgb(191,214,23); }
H1.HeaderClassName
{
color: #BFD617;
}
.AnyTagClassName
{
color: #BFD617;
}
</style>
background-color css
<style>
a { background-color: #BFD617; }
a { background-color: rgb(191,214,23); }
div.DivClassName
{
background-color: #BFD617;
}
.BgClassName
{
background-color: #BFD617;
}
</style>
border-color css
<style>
span { border-color: #BFD617; }
span { border-color: rgb(191,214,23); }
td.TdClassName
{
border-color: #BFD617;
}
.TagClassName
{
border-color: #BFD617;
}
</style>