Shades of Rio Grande #BFC41A
Tints of Rio Grande #BFC41A
RGB
CMYK
RGB Variations
Color information
#BFC41A (or 0xBFC41A) is known color: Rio Grande. HEX triplet: BF, C4 and 1A. RGB value is (191,196,26). Sum of RGB (Red+Green+Blue) = 191+196+26=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC41A is #403BE5. Grayscale: #AFAFAF. Windows color (decimal): -4209638 or 1754303. OLE color: 1754303.
HSL color Cylindrical-coordinate representation of color #BFC41A: hue angle of 61.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC41A is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 26 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.23 |
| HSL | 61.76º | 0.77% | 0.44% | - |
| HSV(B) | 61.76º | 0.87% | 0.77% | - |
| XYZ | 41.41 | 50.63 | 8.57 | - |
| YUV | 175.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 26 | 0.03 | 0 | 0.87 | 0.23 | 61.76 | 0.77 | 0.44 |
| Hex | BF | C4 | 1A | 3 | 0 | 57 | 17 | 3E | 4D | 2C |
| Octal | 277 | 304 | 32 | 3 | 0 | 127 | 27 | 76 | 115 | 54 |
| Binary | 10111111 | 11000100 | 11010 | 11 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101100 |
Color Harmonies of #BFC41A
Complementary color
Monochromatic Colors of #BFC41A
Black with #BFC41A
Text Example
Text Example
White with #BFC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC41A; }
p { color: rgb(191,196,26); }
H1.HeaderClassName
{
color: #BFC41A;
}
.AnyTagClassName
{
color: #BFC41A;
}
</style>
background-color css
<style>
a { background-color: #BFC41A; }
a { background-color: rgb(191,196,26); }
div.DivClassName
{
background-color: #BFC41A;
}
.BgClassName
{
background-color: #BFC41A;
}
</style>
border-color css
<style>
span { border-color: #BFC41A; }
span { border-color: rgb(191,196,26); }
td.TdClassName
{
border-color: #BFC41A;
}
.TagClassName
{
border-color: #BFC41A;
}
</style>