Shades of Rio Grande #BFC22B
Tints of Rio Grande #BFC22B
RGB
CMYK
RGB Variations
Color information
#BFC22B (or 0xBFC22B) is known color: Rio Grande. HEX triplet: BF, C2 and 2B. RGB value is (191,194,43). Sum of RGB (Red+Green+Blue) = 191+194+43=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC22B is #403DD4. Grayscale: #B0B0B0. Windows color (decimal): -4210133 or 2867903. OLE color: 2867903.
HSL color Cylindrical-coordinate representation of color #BFC22B: hue angle of 61.19º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC22B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 43 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.24 |
| HSL | 61.19º | 0.64% | 0.46% | - |
| HSV(B) | 61.19º | 0.78% | 0.76% | - |
| XYZ | 41.21 | 49.83 | 9.73 | - |
| YUV | 175.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 43 | 0.02 | 0 | 0.78 | 0.24 | 61.19 | 0.64 | 0.46 |
| Hex | BF | C2 | 2B | 2 | 0 | 4E | 18 | 3D | 40 | 2E |
| Octal | 277 | 302 | 53 | 2 | 0 | 116 | 30 | 75 | 100 | 56 |
| Binary | 10111111 | 11000010 | 101011 | 10 | 0 | 1001110 | 11000 | 111101 | 1000000 | 101110 |
Color Harmonies of #BFC22B
Complementary color
Monochromatic Colors of #BFC22B
Black with #BFC22B
Text Example
Text Example
White with #BFC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC22B; }
p { color: rgb(191,194,43); }
H1.HeaderClassName
{
color: #BFC22B;
}
.AnyTagClassName
{
color: #BFC22B;
}
</style>
background-color css
<style>
a { background-color: #BFC22B; }
a { background-color: rgb(191,194,43); }
div.DivClassName
{
background-color: #BFC22B;
}
.BgClassName
{
background-color: #BFC22B;
}
</style>
border-color css
<style>
span { border-color: #BFC22B; }
span { border-color: rgb(191,194,43); }
td.TdClassName
{
border-color: #BFC22B;
}
.TagClassName
{
border-color: #BFC22B;
}
</style>