Shades of Rio Grande #BFD216
Tints of Rio Grande #BFD216
RGB
CMYK
RGB Variations
Color information
#BFD216 (or 0xBFD216) is known color: Rio Grande. HEX triplet: BF, D2 and 16. RGB value is (191,210,22). Sum of RGB (Red+Green+Blue) = 191+210+22=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD216 is #402DE9. Grayscale: #B7B7B7. Windows color (decimal): -4206058 or 1495743. OLE color: 1495743.
HSL color Cylindrical-coordinate representation of color #BFD216: hue angle of 66.06º degrees, saturation: 0.81, 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 #BFD216 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.18 |
| HSL | 66.06º | 0.81% | 0.45% | - |
| HSV(B) | 66.06º | 0.9% | 0.82% | - |
| XYZ | 44.68 | 57.23 | 9.45 | - |
| YUV | 182.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 22 | 0.09 | 0 | 0.90 | 0.18 | 66.06 | 0.81 | 0.45 |
| Hex | BF | D2 | 16 | 9 | 0 | 5A | 12 | 42 | 51 | 2D |
| Octal | 277 | 322 | 26 | 11 | 0 | 132 | 22 | 102 | 121 | 55 |
| Binary | 10111111 | 11010010 | 10110 | 1001 | 0 | 1011010 | 10010 | 1000010 | 1010001 | 101101 |
Color Harmonies of #BFD216
Complementary color
Monochromatic Colors of #BFD216
Black with #BFD216
Text Example
Text Example
White with #BFD216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD216; }
p { color: rgb(191,210,22); }
H1.HeaderClassName
{
color: #BFD216;
}
.AnyTagClassName
{
color: #BFD216;
}
</style>
background-color css
<style>
a { background-color: #BFD216; }
a { background-color: rgb(191,210,22); }
div.DivClassName
{
background-color: #BFD216;
}
.BgClassName
{
background-color: #BFD216;
}
</style>
border-color css
<style>
span { border-color: #BFD216; }
span { border-color: rgb(191,210,22); }
td.TdClassName
{
border-color: #BFD216;
}
.TagClassName
{
border-color: #BFD216;
}
</style>