Shades of Rio Grande #BFC126
Tints of Rio Grande #BFC126
RGB
CMYK
RGB Variations
Color information
#BFC126 (or 0xBFC126) is known color: Rio Grande. HEX triplet: BF, C1 and 26. RGB value is (191,193,38). Sum of RGB (Red+Green+Blue) = 191+193+38=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC126 is #403ED9. Grayscale: #AFAFAF. Windows color (decimal): -4210394 or 2539967. OLE color: 2539967.
HSL color Cylindrical-coordinate representation of color #BFC126: hue angle of 60.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC126 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 38 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.24 |
| HSL | 60.77º | 0.67% | 0.45% | - |
| HSV(B) | 60.77º | 0.8% | 0.76% | - |
| XYZ | 40.91 | 49.36 | 9.2 | - |
| YUV | 174.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 38 | 0.01 | 0 | 0.80 | 0.24 | 60.77 | 0.67 | 0.45 |
| Hex | BF | C1 | 26 | 1 | 0 | 50 | 18 | 3D | 43 | 2D |
| Octal | 277 | 301 | 46 | 1 | 0 | 120 | 30 | 75 | 103 | 55 |
| Binary | 10111111 | 11000001 | 100110 | 1 | 0 | 1010000 | 11000 | 111101 | 1000011 | 101101 |
Color Harmonies of #BFC126
Complementary color
Monochromatic Colors of #BFC126
Black with #BFC126
Text Example
Text Example
White with #BFC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC126; }
p { color: rgb(191,193,38); }
H1.HeaderClassName
{
color: #BFC126;
}
.AnyTagClassName
{
color: #BFC126;
}
</style>
background-color css
<style>
a { background-color: #BFC126; }
a { background-color: rgb(191,193,38); }
div.DivClassName
{
background-color: #BFC126;
}
.BgClassName
{
background-color: #BFC126;
}
</style>
border-color css
<style>
span { border-color: #BFC126; }
span { border-color: rgb(191,193,38); }
td.TdClassName
{
border-color: #BFC126;
}
.TagClassName
{
border-color: #BFC126;
}
</style>