Shades of Rio Grande #BFC71E
Tints of Rio Grande #BFC71E
RGB
CMYK
RGB Variations
Color information
#BFC71E (or 0xBFC71E) is known color: Rio Grande. HEX triplet: BF, C7 and 1E. RGB value is (191,199,30). Sum of RGB (Red+Green+Blue) = 191+199+30=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC71E is #4038E1. Grayscale: #B2B2B2. Windows color (decimal): -4208866 or 2017215. OLE color: 2017215.
HSL color Cylindrical-coordinate representation of color #BFC71E: hue angle of 62.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFC71E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 30 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.22 |
| HSL | 62.84º | 0.74% | 0.45% | - |
| HSV(B) | 62.84º | 0.85% | 0.78% | - |
| XYZ | 42.14 | 52.02 | 9.05 | - |
| YUV | 177.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 30 | 0.04 | 0 | 0.85 | 0.22 | 62.84 | 0.74 | 0.45 |
| Hex | BF | C7 | 1E | 4 | 0 | 55 | 16 | 3F | 4A | 2D |
| Octal | 277 | 307 | 36 | 4 | 0 | 125 | 26 | 77 | 112 | 55 |
| Binary | 10111111 | 11000111 | 11110 | 100 | 0 | 1010101 | 10110 | 111111 | 1001010 | 101101 |
Color Harmonies of #BFC71E
Complementary color
Monochromatic Colors of #BFC71E
Black with #BFC71E
Text Example
Text Example
White with #BFC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC71E; }
p { color: rgb(191,199,30); }
H1.HeaderClassName
{
color: #BFC71E;
}
.AnyTagClassName
{
color: #BFC71E;
}
</style>
background-color css
<style>
a { background-color: #BFC71E; }
a { background-color: rgb(191,199,30); }
div.DivClassName
{
background-color: #BFC71E;
}
.BgClassName
{
background-color: #BFC71E;
}
</style>
border-color css
<style>
span { border-color: #BFC71E; }
span { border-color: rgb(191,199,30); }
td.TdClassName
{
border-color: #BFC71E;
}
.TagClassName
{
border-color: #BFC71E;
}
</style>