Shades of Rio Grande #BFCF17
Tints of Rio Grande #BFCF17
RGB
CMYK
RGB Variations
Color information
#BFCF17 (or 0xBFCF17) is known color: Rio Grande. HEX triplet: BF, CF and 17. RGB value is (191,207,23). Sum of RGB (Red+Green+Blue) = 191+207+23=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF17 is #4030E8. Grayscale: #B5B5B5. Windows color (decimal): -4206825 or 1560511. OLE color: 1560511.
HSL color Cylindrical-coordinate representation of color #BFCF17: hue angle of 65.22º degrees, saturation: 0.8, 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 #BFCF17 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 23 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.19 |
| HSL | 65.22º | 0.8% | 0.45% | - |
| HSV(B) | 65.22º | 0.89% | 0.81% | - |
| XYZ | 43.95 | 55.76 | 9.26 | - |
| YUV | 181.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 23 | 0.08 | 0 | 0.89 | 0.19 | 65.22 | 0.8 | 0.45 |
| Hex | BF | CF | 17 | 8 | 0 | 59 | 13 | 41 | 50 | 2D |
| Octal | 277 | 317 | 27 | 10 | 0 | 131 | 23 | 101 | 120 | 55 |
| Binary | 10111111 | 11001111 | 10111 | 1000 | 0 | 1011001 | 10011 | 1000001 | 1010000 | 101101 |
Color Harmonies of #BFCF17
Complementary color
Monochromatic Colors of #BFCF17
Black with #BFCF17
Text Example
Text Example
White with #BFCF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF17; }
p { color: rgb(191,207,23); }
H1.HeaderClassName
{
color: #BFCF17;
}
.AnyTagClassName
{
color: #BFCF17;
}
</style>
background-color css
<style>
a { background-color: #BFCF17; }
a { background-color: rgb(191,207,23); }
div.DivClassName
{
background-color: #BFCF17;
}
.BgClassName
{
background-color: #BFCF17;
}
</style>
border-color css
<style>
span { border-color: #BFCF17; }
span { border-color: rgb(191,207,23); }
td.TdClassName
{
border-color: #BFCF17;
}
.TagClassName
{
border-color: #BFCF17;
}
</style>