Shades of Rio Grande #BFC22C
Tints of Rio Grande #BFC22C
RGB
CMYK
RGB Variations
Color information
#BFC22C (or 0xBFC22C) is known color: Rio Grande. HEX triplet: BF, C2 and 2C. RGB value is (191,194,44). Sum of RGB (Red+Green+Blue) = 191+194+44=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC22C is #403DD3. Grayscale: #B0B0B0. Windows color (decimal): -4210132 or 2933439. OLE color: 2933439.
HSL color Cylindrical-coordinate representation of color #BFC22C: hue angle of 61.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFC22C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 44 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.24 |
| HSL | 61.2º | 0.63% | 0.47% | - |
| HSV(B) | 61.2º | 0.77% | 0.76% | - |
| XYZ | 41.23 | 49.84 | 9.83 | - |
| YUV | 176 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 44 | 0.02 | 0 | 0.77 | 0.24 | 61.2 | 0.63 | 0.47 |
| Hex | BF | C2 | 2C | 2 | 0 | 4D | 18 | 3D | 3F | 2F |
| Octal | 277 | 302 | 54 | 2 | 0 | 115 | 30 | 75 | 77 | 57 |
| Binary | 10111111 | 11000010 | 101100 | 10 | 0 | 1001101 | 11000 | 111101 | 111111 | 101111 |
Color Harmonies of #BFC22C
Complementary color
Monochromatic Colors of #BFC22C
Black with #BFC22C
Text Example
Text Example
White with #BFC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC22C; }
p { color: rgb(191,194,44); }
H1.HeaderClassName
{
color: #BFC22C;
}
.AnyTagClassName
{
color: #BFC22C;
}
</style>
background-color css
<style>
a { background-color: #BFC22C; }
a { background-color: rgb(191,194,44); }
div.DivClassName
{
background-color: #BFC22C;
}
.BgClassName
{
background-color: #BFC22C;
}
</style>
border-color css
<style>
span { border-color: #BFC22C; }
span { border-color: rgb(191,194,44); }
td.TdClassName
{
border-color: #BFC22C;
}
.TagClassName
{
border-color: #BFC22C;
}
</style>