Shades of Rio Grande #BFC626
Tints of Rio Grande #BFC626
RGB
CMYK
RGB Variations
Color information
#BFC626 (or 0xBFC626) is known color: Rio Grande. HEX triplet: BF, C6 and 26. RGB value is (191,198,38). Sum of RGB (Red+Green+Blue) = 191+198+38=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC626 is #4039D9. Grayscale: #B2B2B2. Windows color (decimal): -4209114 or 2541247. OLE color: 2541247.
HSL color Cylindrical-coordinate representation of color #BFC626: hue angle of 62.63º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC626 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 38 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.22 |
| HSL | 62.63º | 0.68% | 0.46% | - |
| HSV(B) | 62.63º | 0.81% | 0.78% | - |
| XYZ | 42.03 | 51.6 | 9.58 | - |
| YUV | 177.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 38 | 0.04 | 0 | 0.81 | 0.22 | 62.63 | 0.68 | 0.46 |
| Hex | BF | C6 | 26 | 4 | 0 | 51 | 16 | 3F | 44 | 2E |
| Octal | 277 | 306 | 46 | 4 | 0 | 121 | 26 | 77 | 104 | 56 |
| Binary | 10111111 | 11000110 | 100110 | 100 | 0 | 1010001 | 10110 | 111111 | 1000100 | 101110 |
Color Harmonies of #BFC626
Complementary color
Monochromatic Colors of #BFC626
Black with #BFC626
Text Example
Text Example
White with #BFC626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC626; }
p { color: rgb(191,198,38); }
H1.HeaderClassName
{
color: #BFC626;
}
.AnyTagClassName
{
color: #BFC626;
}
</style>
background-color css
<style>
a { background-color: #BFC626; }
a { background-color: rgb(191,198,38); }
div.DivClassName
{
background-color: #BFC626;
}
.BgClassName
{
background-color: #BFC626;
}
</style>
border-color css
<style>
span { border-color: #BFC626; }
span { border-color: rgb(191,198,38); }
td.TdClassName
{
border-color: #BFC626;
}
.TagClassName
{
border-color: #BFC626;
}
</style>