Shades of Rio Grande #BFC221
Tints of Rio Grande #BFC221
RGB
CMYK
RGB Variations
Color information
#BFC221 (or 0xBFC221) is known color: Rio Grande. HEX triplet: BF, C2 and 21. RGB value is (191,194,33). Sum of RGB (Red+Green+Blue) = 191+194+33=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC221 is #403DDE. Grayscale: #AFAFAF. Windows color (decimal): -4210143 or 2212543. OLE color: 2212543.
HSL color Cylindrical-coordinate representation of color #BFC221: hue angle of 61.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFC221 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.12º | 0.71% | 0.45% | - |
| HSV(B) | 61.12º | 0.83% | 0.76% | - |
| XYZ | 41.05 | 49.77 | 8.88 | - |
| YUV | 174.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 33 | 0.02 | 0 | 0.83 | 0.24 | 61.12 | 0.71 | 0.45 |
| Hex | BF | C2 | 21 | 2 | 0 | 53 | 18 | 3D | 47 | 2D |
| Octal | 277 | 302 | 41 | 2 | 0 | 123 | 30 | 75 | 107 | 55 |
| Binary | 10111111 | 11000010 | 100001 | 10 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101101 |
Color Harmonies of #BFC221
Complementary color
Monochromatic Colors of #BFC221
Black with #BFC221
Text Example
Text Example
White with #BFC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC221; }
p { color: rgb(191,194,33); }
H1.HeaderClassName
{
color: #BFC221;
}
.AnyTagClassName
{
color: #BFC221;
}
</style>
background-color css
<style>
a { background-color: #BFC221; }
a { background-color: rgb(191,194,33); }
div.DivClassName
{
background-color: #BFC221;
}
.BgClassName
{
background-color: #BFC221;
}
</style>
border-color css
<style>
span { border-color: #BFC221; }
span { border-color: rgb(191,194,33); }
td.TdClassName
{
border-color: #BFC221;
}
.TagClassName
{
border-color: #BFC221;
}
</style>