Shades of Rio Grande #BFD215
Tints of Rio Grande #BFD215
RGB
CMYK
RGB Variations
Color information
#BFD215 (or 0xBFD215) is known color: Rio Grande. HEX triplet: BF, D2 and 15. RGB value is (191,210,21). Sum of RGB (Red+Green+Blue) = 191+210+21=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD215 is #402DEA. Grayscale: #B7B7B7. Windows color (decimal): -4206059 or 1430207. OLE color: 1430207.
HSL color Cylindrical-coordinate representation of color #BFD215: hue angle of 66.03º 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 #BFD215 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.18 |
| HSL | 66.03º | 0.82% | 0.45% | - |
| HSV(B) | 66.03º | 0.9% | 0.82% | - |
| XYZ | 44.67 | 57.22 | 9.4 | - |
| YUV | 182.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 21 | 0.09 | 0 | 0.90 | 0.18 | 66.03 | 0.82 | 0.45 |
| Hex | BF | D2 | 15 | 9 | 0 | 5A | 12 | 42 | 52 | 2D |
| Octal | 277 | 322 | 25 | 11 | 0 | 132 | 22 | 102 | 122 | 55 |
| Binary | 10111111 | 11010010 | 10101 | 1001 | 0 | 1011010 | 10010 | 1000010 | 1010010 | 101101 |
Color Harmonies of #BFD215
Complementary color
Monochromatic Colors of #BFD215
Black with #BFD215
Text Example
Text Example
White with #BFD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD215; }
p { color: rgb(191,210,21); }
H1.HeaderClassName
{
color: #BFD215;
}
.AnyTagClassName
{
color: #BFD215;
}
</style>
background-color css
<style>
a { background-color: #BFD215; }
a { background-color: rgb(191,210,21); }
div.DivClassName
{
background-color: #BFD215;
}
.BgClassName
{
background-color: #BFD215;
}
</style>
border-color css
<style>
span { border-color: #BFD215; }
span { border-color: rgb(191,210,21); }
td.TdClassName
{
border-color: #BFD215;
}
.TagClassName
{
border-color: #BFD215;
}
</style>