Shades of Rio Grande #BFC428
Tints of Rio Grande #BFC428
RGB
CMYK
RGB Variations
Color information
#BFC428 (or 0xBFC428) is known color: Rio Grande. HEX triplet: BF, C4 and 28. RGB value is (191,196,40). Sum of RGB (Red+Green+Blue) = 191+196+40=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC428 is #403BD7. Grayscale: #B1B1B1. Windows color (decimal): -4209624 or 2671807. OLE color: 2671807.
HSL color Cylindrical-coordinate representation of color #BFC428: hue angle of 61.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC428 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 40 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.23 |
| HSL | 61.92º | 0.66% | 0.46% | - |
| HSV(B) | 61.92º | 0.8% | 0.77% | - |
| XYZ | 41.61 | 50.71 | 9.6 | - |
| YUV | 176.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 40 | 0.03 | 0 | 0.80 | 0.23 | 61.92 | 0.66 | 0.46 |
| Hex | BF | C4 | 28 | 3 | 0 | 50 | 17 | 3E | 42 | 2E |
| Octal | 277 | 304 | 50 | 3 | 0 | 120 | 27 | 76 | 102 | 56 |
| Binary | 10111111 | 11000100 | 101000 | 11 | 0 | 1010000 | 10111 | 111110 | 1000010 | 101110 |
Color Harmonies of #BFC428
Complementary color
Monochromatic Colors of #BFC428
Black with #BFC428
Text Example
Text Example
White with #BFC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC428; }
p { color: rgb(191,196,40); }
H1.HeaderClassName
{
color: #BFC428;
}
.AnyTagClassName
{
color: #BFC428;
}
</style>
background-color css
<style>
a { background-color: #BFC428; }
a { background-color: rgb(191,196,40); }
div.DivClassName
{
background-color: #BFC428;
}
.BgClassName
{
background-color: #BFC428;
}
</style>
border-color css
<style>
span { border-color: #BFC428; }
span { border-color: rgb(191,196,40); }
td.TdClassName
{
border-color: #BFC428;
}
.TagClassName
{
border-color: #BFC428;
}
</style>