Shades of Rio Grande #BFC224
Tints of Rio Grande #BFC224
RGB
CMYK
RGB Variations
Color information
#BFC224 (or 0xBFC224) is known color: Rio Grande. HEX triplet: BF, C2 and 24. RGB value is (191,194,36). Sum of RGB (Red+Green+Blue) = 191+194+36=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC224 is #403DDB. Grayscale: #AFAFAF. Windows color (decimal): -4210140 or 2409151. OLE color: 2409151.
HSL color Cylindrical-coordinate representation of color #BFC224: hue angle of 61.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC224 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 36 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.24 |
| HSL | 61.14º | 0.69% | 0.45% | - |
| HSV(B) | 61.14º | 0.81% | 0.76% | - |
| XYZ | 41.1 | 49.79 | 9.11 | - |
| YUV | 175.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 36 | 0.02 | 0 | 0.81 | 0.24 | 61.14 | 0.69 | 0.45 |
| Hex | BF | C2 | 24 | 2 | 0 | 51 | 18 | 3D | 45 | 2D |
| Octal | 277 | 302 | 44 | 2 | 0 | 121 | 30 | 75 | 105 | 55 |
| Binary | 10111111 | 11000010 | 100100 | 10 | 0 | 1010001 | 11000 | 111101 | 1000101 | 101101 |
Color Harmonies of #BFC224
Complementary color
Monochromatic Colors of #BFC224
Black with #BFC224
Text Example
Text Example
White with #BFC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC224; }
p { color: rgb(191,194,36); }
H1.HeaderClassName
{
color: #BFC224;
}
.AnyTagClassName
{
color: #BFC224;
}
</style>
background-color css
<style>
a { background-color: #BFC224; }
a { background-color: rgb(191,194,36); }
div.DivClassName
{
background-color: #BFC224;
}
.BgClassName
{
background-color: #BFC224;
}
</style>
border-color css
<style>
span { border-color: #BFC224; }
span { border-color: rgb(191,194,36); }
td.TdClassName
{
border-color: #BFC224;
}
.TagClassName
{
border-color: #BFC224;
}
</style>