Shades of Rio Grande #BFC21A
Tints of Rio Grande #BFC21A
RGB
CMYK
RGB Variations
Color information
#BFC21A (or 0xBFC21A) is known color: Rio Grande. HEX triplet: BF, C2 and 1A. RGB value is (191,194,26). Sum of RGB (Red+Green+Blue) = 191+194+26=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC21A is #403DE5. Grayscale: #AEAEAE. Windows color (decimal): -4210150 or 1753791. OLE color: 1753791.
HSL color Cylindrical-coordinate representation of color #BFC21A: hue angle of 61.07º 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 #BFC21A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.24 |
| HSL | 61.07º | 0.76% | 0.43% | - |
| HSV(B) | 61.07º | 0.87% | 0.76% | - |
| XYZ | 40.96 | 49.73 | 8.42 | - |
| YUV | 173.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 26 | 0.02 | 0 | 0.87 | 0.24 | 61.07 | 0.76 | 0.43 |
| Hex | BF | C2 | 1A | 2 | 0 | 57 | 18 | 3D | 4C | 2B |
| Octal | 277 | 302 | 32 | 2 | 0 | 127 | 30 | 75 | 114 | 53 |
| Binary | 10111111 | 11000010 | 11010 | 10 | 0 | 1010111 | 11000 | 111101 | 1001100 | 101011 |
Color Harmonies of #BFC21A
Complementary color
Monochromatic Colors of #BFC21A
Black with #BFC21A
Text Example
Text Example
White with #BFC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC21A; }
p { color: rgb(191,194,26); }
H1.HeaderClassName
{
color: #BFC21A;
}
.AnyTagClassName
{
color: #BFC21A;
}
</style>
background-color css
<style>
a { background-color: #BFC21A; }
a { background-color: rgb(191,194,26); }
div.DivClassName
{
background-color: #BFC21A;
}
.BgClassName
{
background-color: #BFC21A;
}
</style>
border-color css
<style>
span { border-color: #BFC21A; }
span { border-color: rgb(191,194,26); }
td.TdClassName
{
border-color: #BFC21A;
}
.TagClassName
{
border-color: #BFC21A;
}
</style>