Shades of Rio Grande #BFC223
Tints of Rio Grande #BFC223
RGB
CMYK
RGB Variations
Color information
#BFC223 (or 0xBFC223) is known color: Rio Grande. HEX triplet: BF, C2 and 23. RGB value is (191,194,35). Sum of RGB (Red+Green+Blue) = 191+194+35=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC223 is #403DDC. Grayscale: #AFAFAF. Windows color (decimal): -4210141 or 2343615. OLE color: 2343615.
HSL color Cylindrical-coordinate representation of color #BFC223: hue angle of 61.13º degrees, saturation: 0.69, 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 #BFC223 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 35 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.24 |
| HSL | 61.13º | 0.69% | 0.45% | - |
| HSV(B) | 61.13º | 0.82% | 0.76% | - |
| XYZ | 41.08 | 49.78 | 9.03 | - |
| YUV | 174.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 35 | 0.02 | 0 | 0.82 | 0.24 | 61.13 | 0.69 | 0.45 |
| Hex | BF | C2 | 23 | 2 | 0 | 52 | 18 | 3D | 45 | 2D |
| Octal | 277 | 302 | 43 | 2 | 0 | 122 | 30 | 75 | 105 | 55 |
| Binary | 10111111 | 11000010 | 100011 | 10 | 0 | 1010010 | 11000 | 111101 | 1000101 | 101101 |
Color Harmonies of #BFC223
Complementary color
Monochromatic Colors of #BFC223
Black with #BFC223
Text Example
Text Example
White with #BFC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC223; }
p { color: rgb(191,194,35); }
H1.HeaderClassName
{
color: #BFC223;
}
.AnyTagClassName
{
color: #BFC223;
}
</style>
background-color css
<style>
a { background-color: #BFC223; }
a { background-color: rgb(191,194,35); }
div.DivClassName
{
background-color: #BFC223;
}
.BgClassName
{
background-color: #BFC223;
}
</style>
border-color css
<style>
span { border-color: #BFC223; }
span { border-color: rgb(191,194,35); }
td.TdClassName
{
border-color: #BFC223;
}
.TagClassName
{
border-color: #BFC223;
}
</style>