Shades of Rio Grande #BFD515
Tints of Rio Grande #BFD515
RGB
CMYK
RGB Variations
Color information
#BFD515 (or 0xBFD515) is known color: Rio Grande. HEX triplet: BF, D5 and 15. RGB value is (191,213,21). Sum of RGB (Red+Green+Blue) = 191+213+21=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD515 is #402AEA. Grayscale: #B9B9B9. Windows color (decimal): -4205291 or 1430975. OLE color: 1430975.
HSL color Cylindrical-coordinate representation of color #BFD515: hue angle of 66.87º 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 #BFD515 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.16 |
| HSL | 66.87º | 0.82% | 0.46% | - |
| HSV(B) | 66.87º | 0.9% | 0.84% | - |
| XYZ | 45.42 | 58.72 | 9.65 | - |
| YUV | 184.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 21 | 0.10 | 0 | 0.90 | 0.16 | 66.87 | 0.82 | 0.46 |
| Hex | BF | D5 | 15 | A | 0 | 5A | 10 | 43 | 52 | 2E |
| Octal | 277 | 325 | 25 | 12 | 0 | 132 | 20 | 103 | 122 | 56 |
| Binary | 10111111 | 11010101 | 10101 | 1010 | 0 | 1011010 | 10000 | 1000011 | 1010010 | 101110 |
Color Harmonies of #BFD515
Complementary color
Monochromatic Colors of #BFD515
Black with #BFD515
Text Example
Text Example
White with #BFD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD515; }
p { color: rgb(191,213,21); }
H1.HeaderClassName
{
color: #BFD515;
}
.AnyTagClassName
{
color: #BFD515;
}
</style>
background-color css
<style>
a { background-color: #BFD515; }
a { background-color: rgb(191,213,21); }
div.DivClassName
{
background-color: #BFD515;
}
.BgClassName
{
background-color: #BFD515;
}
</style>
border-color css
<style>
span { border-color: #BFD515; }
span { border-color: rgb(191,213,21); }
td.TdClassName
{
border-color: #BFD515;
}
.TagClassName
{
border-color: #BFD515;
}
</style>