Shades of Rio Grande #BFD70F
Tints of Rio Grande #BFD70F
RGB
CMYK
RGB Variations
Color information
#BFD70F (or 0xBFD70F) is known color: Rio Grande. HEX triplet: BF, D7 and 0F. RGB value is (191,215,15). Sum of RGB (Red+Green+Blue) = 191+215+15=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD70F is #4028F0. Grayscale: #B9B9B9. Windows color (decimal): -4204785 or 1038271. OLE color: 1038271.
HSL color Cylindrical-coordinate representation of color #BFD70F: hue angle of 67.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD70F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 67.2º | 0.87% | 0.45% | - |
| HSV(B) | 67.2º | 0.93% | 0.84% | - |
| XYZ | 45.87 | 59.71 | 9.56 | - |
| YUV | 185.02 | 32.05 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 15 | 0.11 | 0 | 0.93 | 0.16 | 67.2 | 0.87 | 0.45 |
| Hex | BF | D7 | F | B | 0 | 5D | 10 | 43 | 57 | 2D |
| Octal | 277 | 327 | 17 | 13 | 0 | 135 | 20 | 103 | 127 | 55 |
| Binary | 10111111 | 11010111 | 1111 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010111 | 101101 |
Color Harmonies of #BFD70F
Complementary color
Monochromatic Colors of #BFD70F
Black with #BFD70F
Text Example
Text Example
White with #BFD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD70F; }
p { color: rgb(191,215,15); }
H1.HeaderClassName
{
color: #BFD70F;
}
.AnyTagClassName
{
color: #BFD70F;
}
</style>
background-color css
<style>
a { background-color: #BFD70F; }
a { background-color: rgb(191,215,15); }
div.DivClassName
{
background-color: #BFD70F;
}
.BgClassName
{
background-color: #BFD70F;
}
</style>
border-color css
<style>
span { border-color: #BFD70F; }
span { border-color: rgb(191,215,15); }
td.TdClassName
{
border-color: #BFD70F;
}
.TagClassName
{
border-color: #BFD70F;
}
</style>