Shades of Rio Grande #BFC321
Tints of Rio Grande #BFC321
RGB
CMYK
RGB Variations
Color information
#BFC321 (or 0xBFC321) is known color: Rio Grande. HEX triplet: BF, C3 and 21. RGB value is (191,195,33). Sum of RGB (Red+Green+Blue) = 191+195+33=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC321 is #403CDE. Grayscale: #AFAFAF. Windows color (decimal): -4209887 or 2212799. OLE color: 2212799.
HSL color Cylindrical-coordinate representation of color #BFC321: hue angle of 61.48º 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 #BFC321 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.48º | 0.71% | 0.45% | - |
| HSV(B) | 61.48º | 0.83% | 0.76% | - |
| XYZ | 41.28 | 50.22 | 8.96 | - |
| YUV | 175.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 33 | 0.02 | 0 | 0.83 | 0.24 | 61.48 | 0.71 | 0.45 |
| Hex | BF | C3 | 21 | 2 | 0 | 53 | 18 | 3D | 47 | 2D |
| Octal | 277 | 303 | 41 | 2 | 0 | 123 | 30 | 75 | 107 | 55 |
| Binary | 10111111 | 11000011 | 100001 | 10 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101101 |
Color Harmonies of #BFC321
Complementary color
Monochromatic Colors of #BFC321
Black with #BFC321
Text Example
Text Example
White with #BFC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC321; }
p { color: rgb(191,195,33); }
H1.HeaderClassName
{
color: #BFC321;
}
.AnyTagClassName
{
color: #BFC321;
}
</style>
background-color css
<style>
a { background-color: #BFC321; }
a { background-color: rgb(191,195,33); }
div.DivClassName
{
background-color: #BFC321;
}
.BgClassName
{
background-color: #BFC321;
}
</style>
border-color css
<style>
span { border-color: #BFC321; }
span { border-color: rgb(191,195,33); }
td.TdClassName
{
border-color: #BFC321;
}
.TagClassName
{
border-color: #BFC321;
}
</style>