Shades of Rio Grande #BFC429
Tints of Rio Grande #BFC429
RGB
CMYK
RGB Variations
Color information
#BFC429 (or 0xBFC429) is known color: Rio Grande. HEX triplet: BF, C4 and 29. RGB value is (191,196,41). Sum of RGB (Red+Green+Blue) = 191+196+41=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC429 is #403BD6. Grayscale: #B1B1B1. Windows color (decimal): -4209623 or 2737343. OLE color: 2737343.
HSL color Cylindrical-coordinate representation of color #BFC429: hue angle of 61.94º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFC429 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 41 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.23 |
| HSL | 61.94º | 0.65% | 0.46% | - |
| HSV(B) | 61.94º | 0.79% | 0.77% | - |
| XYZ | 41.63 | 50.72 | 9.69 | - |
| YUV | 176.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 41 | 0.03 | 0 | 0.79 | 0.23 | 61.94 | 0.65 | 0.46 |
| Hex | BF | C4 | 29 | 3 | 0 | 4F | 17 | 3E | 41 | 2E |
| Octal | 277 | 304 | 51 | 3 | 0 | 117 | 27 | 76 | 101 | 56 |
| Binary | 10111111 | 11000100 | 101001 | 11 | 0 | 1001111 | 10111 | 111110 | 1000001 | 101110 |
Color Harmonies of #BFC429
Complementary color
Monochromatic Colors of #BFC429
Black with #BFC429
Text Example
Text Example
White with #BFC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC429; }
p { color: rgb(191,196,41); }
H1.HeaderClassName
{
color: #BFC429;
}
.AnyTagClassName
{
color: #BFC429;
}
</style>
background-color css
<style>
a { background-color: #BFC429; }
a { background-color: rgb(191,196,41); }
div.DivClassName
{
background-color: #BFC429;
}
.BgClassName
{
background-color: #BFC429;
}
</style>
border-color css
<style>
span { border-color: #BFC429; }
span { border-color: rgb(191,196,41); }
td.TdClassName
{
border-color: #BFC429;
}
.TagClassName
{
border-color: #BFC429;
}
</style>