Shades of Rio Grande #BFC11A
Tints of Rio Grande #BFC11A
RGB
CMYK
RGB Variations
Color information
#BFC11A (or 0xBFC11A) is known color: Rio Grande. HEX triplet: BF, C1 and 1A. RGB value is (191,193,26). Sum of RGB (Red+Green+Blue) = 191+193+26=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC11A is #403EE5. Grayscale: #AEAEAE. Windows color (decimal): -4210406 or 1753535. OLE color: 1753535.
HSL color Cylindrical-coordinate representation of color #BFC11A: hue angle of 60.72º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC11A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 26 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.24 |
| HSL | 60.72º | 0.76% | 0.43% | - |
| HSV(B) | 60.72º | 0.87% | 0.76% | - |
| XYZ | 40.74 | 49.29 | 8.34 | - |
| YUV | 173.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 26 | 0.01 | 0 | 0.87 | 0.24 | 60.72 | 0.76 | 0.43 |
| Hex | BF | C1 | 1A | 1 | 0 | 57 | 18 | 3D | 4C | 2B |
| Octal | 277 | 301 | 32 | 1 | 0 | 127 | 30 | 75 | 114 | 53 |
| Binary | 10111111 | 11000001 | 11010 | 1 | 0 | 1010111 | 11000 | 111101 | 1001100 | 101011 |
Color Harmonies of #BFC11A
Complementary color
Monochromatic Colors of #BFC11A
Black with #BFC11A
Text Example
Text Example
White with #BFC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC11A; }
p { color: rgb(191,193,26); }
H1.HeaderClassName
{
color: #BFC11A;
}
.AnyTagClassName
{
color: #BFC11A;
}
</style>
background-color css
<style>
a { background-color: #BFC11A; }
a { background-color: rgb(191,193,26); }
div.DivClassName
{
background-color: #BFC11A;
}
.BgClassName
{
background-color: #BFC11A;
}
</style>
border-color css
<style>
span { border-color: #BFC11A; }
span { border-color: rgb(191,193,26); }
td.TdClassName
{
border-color: #BFC11A;
}
.TagClassName
{
border-color: #BFC11A;
}
</style>