Shades of Rio Grande #BFC71C
Tints of Rio Grande #BFC71C
RGB
CMYK
RGB Variations
Color information
#BFC71C (or 0xBFC71C) is known color: Rio Grande. HEX triplet: BF, C7 and 1C. RGB value is (191,199,28). Sum of RGB (Red+Green+Blue) = 191+199+28=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC71C is #4038E3. Grayscale: #B1B1B1. Windows color (decimal): -4208868 or 1886143. OLE color: 1886143.
HSL color Cylindrical-coordinate representation of color #BFC71C: hue angle of 62.81º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFC71C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.22 |
| HSL | 62.81º | 0.75% | 0.45% | - |
| HSV(B) | 62.81º | 0.86% | 0.78% | - |
| XYZ | 42.12 | 52.01 | 8.92 | - |
| YUV | 177.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 28 | 0.04 | 0 | 0.86 | 0.22 | 62.81 | 0.75 | 0.45 |
| Hex | BF | C7 | 1C | 4 | 0 | 56 | 16 | 3F | 4B | 2D |
| Octal | 277 | 307 | 34 | 4 | 0 | 126 | 26 | 77 | 113 | 55 |
| Binary | 10111111 | 11000111 | 11100 | 100 | 0 | 1010110 | 10110 | 111111 | 1001011 | 101101 |
Color Harmonies of #BFC71C
Complementary color
Monochromatic Colors of #BFC71C
Black with #BFC71C
Text Example
Text Example
White with #BFC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC71C; }
p { color: rgb(191,199,28); }
H1.HeaderClassName
{
color: #BFC71C;
}
.AnyTagClassName
{
color: #BFC71C;
}
</style>
background-color css
<style>
a { background-color: #BFC71C; }
a { background-color: rgb(191,199,28); }
div.DivClassName
{
background-color: #BFC71C;
}
.BgClassName
{
background-color: #BFC71C;
}
</style>
border-color css
<style>
span { border-color: #BFC71C; }
span { border-color: rgb(191,199,28); }
td.TdClassName
{
border-color: #BFC71C;
}
.TagClassName
{
border-color: #BFC71C;
}
</style>