Shades of Rio Grande #BFCF16
Tints of Rio Grande #BFCF16
RGB
CMYK
RGB Variations
Color information
#BFCF16 (or 0xBFCF16) is known color: Rio Grande. HEX triplet: BF, CF and 16. RGB value is (191,207,22). Sum of RGB (Red+Green+Blue) = 191+207+22=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF16 is #4030E9. Grayscale: #B5B5B5. Windows color (decimal): -4206826 or 1494975. OLE color: 1494975.
HSL color Cylindrical-coordinate representation of color #BFCF16: hue angle of 65.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCF16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.19 |
| HSL | 65.19º | 0.81% | 0.45% | - |
| HSV(B) | 65.19º | 0.89% | 0.81% | - |
| XYZ | 43.94 | 55.76 | 9.21 | - |
| YUV | 181.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 22 | 0.08 | 0 | 0.89 | 0.19 | 65.19 | 0.81 | 0.45 |
| Hex | BF | CF | 16 | 8 | 0 | 59 | 13 | 41 | 51 | 2D |
| Octal | 277 | 317 | 26 | 10 | 0 | 131 | 23 | 101 | 121 | 55 |
| Binary | 10111111 | 11001111 | 10110 | 1000 | 0 | 1011001 | 10011 | 1000001 | 1010001 | 101101 |
Color Harmonies of #BFCF16
Complementary color
Monochromatic Colors of #BFCF16
Black with #BFCF16
Text Example
Text Example
White with #BFCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF16; }
p { color: rgb(191,207,22); }
H1.HeaderClassName
{
color: #BFCF16;
}
.AnyTagClassName
{
color: #BFCF16;
}
</style>
background-color css
<style>
a { background-color: #BFCF16; }
a { background-color: rgb(191,207,22); }
div.DivClassName
{
background-color: #BFCF16;
}
.BgClassName
{
background-color: #BFCF16;
}
</style>
border-color css
<style>
span { border-color: #BFCF16; }
span { border-color: rgb(191,207,22); }
td.TdClassName
{
border-color: #BFCF16;
}
.TagClassName
{
border-color: #BFCF16;
}
</style>