Shades of Rio Grande #BFD715
Tints of Rio Grande #BFD715
RGB
CMYK
RGB Variations
Color information
#BFD715 (or 0xBFD715) is known color: Rio Grande. HEX triplet: BF, D7 and 15. RGB value is (191,215,21). Sum of RGB (Red+Green+Blue) = 191+215+21=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD715 is #4028EA. Grayscale: #BABABA. Windows color (decimal): -4204779 or 1431487. OLE color: 1431487.
HSL color Cylindrical-coordinate representation of color #BFD715: hue angle of 67.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD715 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.16 |
| HSL | 67.42º | 0.82% | 0.46% | - |
| HSV(B) | 67.42º | 0.9% | 0.84% | - |
| XYZ | 45.92 | 59.73 | 9.82 | - |
| YUV | 185.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 21 | 0.11 | 0 | 0.90 | 0.16 | 67.42 | 0.82 | 0.46 |
| Hex | BF | D7 | 15 | B | 0 | 5A | 10 | 43 | 52 | 2E |
| Octal | 277 | 327 | 25 | 13 | 0 | 132 | 20 | 103 | 122 | 56 |
| Binary | 10111111 | 11010111 | 10101 | 1011 | 0 | 1011010 | 10000 | 1000011 | 1010010 | 101110 |
Color Harmonies of #BFD715
Complementary color
Monochromatic Colors of #BFD715
Black with #BFD715
Text Example
Text Example
White with #BFD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD715; }
p { color: rgb(191,215,21); }
H1.HeaderClassName
{
color: #BFD715;
}
.AnyTagClassName
{
color: #BFD715;
}
</style>
background-color css
<style>
a { background-color: #BFD715; }
a { background-color: rgb(191,215,21); }
div.DivClassName
{
background-color: #BFD715;
}
.BgClassName
{
background-color: #BFD715;
}
</style>
border-color css
<style>
span { border-color: #BFD715; }
span { border-color: rgb(191,215,21); }
td.TdClassName
{
border-color: #BFD715;
}
.TagClassName
{
border-color: #BFD715;
}
</style>