Shades of Rio Grande #BFC61E
Tints of Rio Grande #BFC61E
RGB
CMYK
RGB Variations
Color information
#BFC61E (or 0xBFC61E) is known color: Rio Grande. HEX triplet: BF, C6 and 1E. RGB value is (191,198,30). Sum of RGB (Red+Green+Blue) = 191+198+30=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61E is #4039E1. Grayscale: #B1B1B1. Windows color (decimal): -4209122 or 2016959. OLE color: 2016959.
HSL color Cylindrical-coordinate representation of color #BFC61E: hue angle of 62.5º 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 #BFC61E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 30 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.22 |
| HSL | 62.5º | 0.74% | 0.45% | - |
| HSV(B) | 62.5º | 0.85% | 0.78% | - |
| XYZ | 41.91 | 51.56 | 8.97 | - |
| YUV | 176.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 30 | 0.04 | 0 | 0.85 | 0.22 | 62.5 | 0.74 | 0.45 |
| Hex | BF | C6 | 1E | 4 | 0 | 55 | 16 | 3F | 4A | 2D |
| Octal | 277 | 306 | 36 | 4 | 0 | 125 | 26 | 77 | 112 | 55 |
| Binary | 10111111 | 11000110 | 11110 | 100 | 0 | 1010101 | 10110 | 111111 | 1001010 | 101101 |
Color Harmonies of #BFC61E
Complementary color
Monochromatic Colors of #BFC61E
Black with #BFC61E
Text Example
Text Example
White with #BFC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC61E; }
p { color: rgb(191,198,30); }
H1.HeaderClassName
{
color: #BFC61E;
}
.AnyTagClassName
{
color: #BFC61E;
}
</style>
background-color css
<style>
a { background-color: #BFC61E; }
a { background-color: rgb(191,198,30); }
div.DivClassName
{
background-color: #BFC61E;
}
.BgClassName
{
background-color: #BFC61E;
}
</style>
border-color css
<style>
span { border-color: #BFC61E; }
span { border-color: rgb(191,198,30); }
td.TdClassName
{
border-color: #BFC61E;
}
.TagClassName
{
border-color: #BFC61E;
}
</style>