Shades of Rio Grande #BFC322
Tints of Rio Grande #BFC322
RGB
CMYK
RGB Variations
Color information
#BFC322 (or 0xBFC322) is known color: Rio Grande. HEX triplet: BF, C3 and 22. RGB value is (191,195,34). Sum of RGB (Red+Green+Blue) = 191+195+34=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC322 is #403CDD. Grayscale: #B0B0B0. Windows color (decimal): -4209886 or 2278335. OLE color: 2278335.
HSL color Cylindrical-coordinate representation of color #BFC322: hue angle of 61.49º degrees, saturation: 0.7, 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 #BFC322 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 34 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.49º | 0.7% | 0.45% | - |
| HSV(B) | 61.49º | 0.83% | 0.76% | - |
| XYZ | 41.29 | 50.22 | 9.03 | - |
| YUV | 175.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 34 | 0.02 | 0 | 0.83 | 0.24 | 61.49 | 0.7 | 0.45 |
| Hex | BF | C3 | 22 | 2 | 0 | 53 | 18 | 3D | 46 | 2D |
| Octal | 277 | 303 | 42 | 2 | 0 | 123 | 30 | 75 | 106 | 55 |
| Binary | 10111111 | 11000011 | 100010 | 10 | 0 | 1010011 | 11000 | 111101 | 1000110 | 101101 |
Color Harmonies of #BFC322
Complementary color
Monochromatic Colors of #BFC322
Black with #BFC322
Text Example
Text Example
White with #BFC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC322; }
p { color: rgb(191,195,34); }
H1.HeaderClassName
{
color: #BFC322;
}
.AnyTagClassName
{
color: #BFC322;
}
</style>
background-color css
<style>
a { background-color: #BFC322; }
a { background-color: rgb(191,195,34); }
div.DivClassName
{
background-color: #BFC322;
}
.BgClassName
{
background-color: #BFC322;
}
</style>
border-color css
<style>
span { border-color: #BFC322; }
span { border-color: rgb(191,195,34); }
td.TdClassName
{
border-color: #BFC322;
}
.TagClassName
{
border-color: #BFC322;
}
</style>