Shades of Rio Grande #BFC122
Tints of Rio Grande #BFC122
RGB
CMYK
RGB Variations
Color information
#BFC122 (or 0xBFC122) is known color: Rio Grande. HEX triplet: BF, C1 and 22. RGB value is (191,193,34). Sum of RGB (Red+Green+Blue) = 191+193+34=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC122 is #403EDD. Grayscale: #AEAEAE. Windows color (decimal): -4210398 or 2277823. OLE color: 2277823.
HSL color Cylindrical-coordinate representation of color #BFC122: hue angle of 60.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC122 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 34 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.24 |
| HSL | 60.75º | 0.7% | 0.45% | - |
| HSV(B) | 60.75º | 0.82% | 0.76% | - |
| XYZ | 40.84 | 49.33 | 8.88 | - |
| YUV | 174.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 34 | 0.01 | 0 | 0.82 | 0.24 | 60.75 | 0.7 | 0.45 |
| Hex | BF | C1 | 22 | 1 | 0 | 52 | 18 | 3D | 46 | 2D |
| Octal | 277 | 301 | 42 | 1 | 0 | 122 | 30 | 75 | 106 | 55 |
| Binary | 10111111 | 11000001 | 100010 | 1 | 0 | 1010010 | 11000 | 111101 | 1000110 | 101101 |
Color Harmonies of #BFC122
Complementary color
Monochromatic Colors of #BFC122
Black with #BFC122
Text Example
Text Example
White with #BFC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC122; }
p { color: rgb(191,193,34); }
H1.HeaderClassName
{
color: #BFC122;
}
.AnyTagClassName
{
color: #BFC122;
}
</style>
background-color css
<style>
a { background-color: #BFC122; }
a { background-color: rgb(191,193,34); }
div.DivClassName
{
background-color: #BFC122;
}
.BgClassName
{
background-color: #BFC122;
}
</style>
border-color css
<style>
span { border-color: #BFC122; }
span { border-color: rgb(191,193,34); }
td.TdClassName
{
border-color: #BFC122;
}
.TagClassName
{
border-color: #BFC122;
}
</style>