Shades of Rio Grande #BFC51E
Tints of Rio Grande #BFC51E
RGB
CMYK
RGB Variations
Color information
#BFC51E (or 0xBFC51E) is known color: Rio Grande. HEX triplet: BF, C5 and 1E. RGB value is (191,197,30). Sum of RGB (Red+Green+Blue) = 191+197+30=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC51E is #403AE1. Grayscale: #B0B0B0. Windows color (decimal): -4209378 or 2016703. OLE color: 2016703.
HSL color Cylindrical-coordinate representation of color #BFC51E: hue angle of 62.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFC51E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 30 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.23 |
| HSL | 62.16º | 0.74% | 0.45% | - |
| HSV(B) | 62.16º | 0.85% | 0.77% | - |
| XYZ | 41.69 | 51.1 | 8.89 | - |
| YUV | 176.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 30 | 0.03 | 0 | 0.85 | 0.23 | 62.16 | 0.74 | 0.45 |
| Hex | BF | C5 | 1E | 3 | 0 | 55 | 17 | 3E | 4A | 2D |
| Octal | 277 | 305 | 36 | 3 | 0 | 125 | 27 | 76 | 112 | 55 |
| Binary | 10111111 | 11000101 | 11110 | 11 | 0 | 1010101 | 10111 | 111110 | 1001010 | 101101 |
Color Harmonies of #BFC51E
Complementary color
Monochromatic Colors of #BFC51E
Black with #BFC51E
Text Example
Text Example
White with #BFC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC51E; }
p { color: rgb(191,197,30); }
H1.HeaderClassName
{
color: #BFC51E;
}
.AnyTagClassName
{
color: #BFC51E;
}
</style>
background-color css
<style>
a { background-color: #BFC51E; }
a { background-color: rgb(191,197,30); }
div.DivClassName
{
background-color: #BFC51E;
}
.BgClassName
{
background-color: #BFC51E;
}
</style>
border-color css
<style>
span { border-color: #BFC51E; }
span { border-color: rgb(191,197,30); }
td.TdClassName
{
border-color: #BFC51E;
}
.TagClassName
{
border-color: #BFC51E;
}
</style>