Shades of Rio Grande #BFD015
Tints of Rio Grande #BFD015
RGB
CMYK
RGB Variations
Color information
#BFD015 (or 0xBFD015) is known color: Rio Grande. HEX triplet: BF, D0 and 15. RGB value is (191,208,21). Sum of RGB (Red+Green+Blue) = 191+208+21=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD015 is #402FEA. Grayscale: #B6B6B6. Windows color (decimal): -4206571 or 1429695. OLE color: 1429695.
HSL color Cylindrical-coordinate representation of color #BFD015: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD015 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.18 |
| HSL | 65.45º | 0.82% | 0.45% | - |
| HSV(B) | 65.45º | 0.9% | 0.82% | - |
| XYZ | 44.18 | 56.24 | 9.24 | - |
| YUV | 181.6 | 37.37 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 21 | 0.08 | 0 | 0.90 | 0.18 | 65.45 | 0.82 | 0.45 |
| Hex | BF | D0 | 15 | 8 | 0 | 5A | 12 | 41 | 52 | 2D |
| Octal | 277 | 320 | 25 | 10 | 0 | 132 | 22 | 101 | 122 | 55 |
| Binary | 10111111 | 11010000 | 10101 | 1000 | 0 | 1011010 | 10010 | 1000001 | 1010010 | 101101 |
Color Harmonies of #BFD015
Complementary color
Monochromatic Colors of #BFD015
Black with #BFD015
Text Example
Text Example
White with #BFD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD015; }
p { color: rgb(191,208,21); }
H1.HeaderClassName
{
color: #BFD015;
}
.AnyTagClassName
{
color: #BFD015;
}
</style>
background-color css
<style>
a { background-color: #BFD015; }
a { background-color: rgb(191,208,21); }
div.DivClassName
{
background-color: #BFD015;
}
.BgClassName
{
background-color: #BFD015;
}
</style>
border-color css
<style>
span { border-color: #BFD015; }
span { border-color: rgb(191,208,21); }
td.TdClassName
{
border-color: #BFD015;
}
.TagClassName
{
border-color: #BFD015;
}
</style>