Shades of Rio Grande #BFC227
Tints of Rio Grande #BFC227
RGB
CMYK
RGB Variations
Color information
#BFC227 (or 0xBFC227) is known color: Rio Grande. HEX triplet: BF, C2 and 27. RGB value is (191,194,39). Sum of RGB (Red+Green+Blue) = 191+194+39=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC227 is #403DD8. Grayscale: #B0B0B0. Windows color (decimal): -4210137 or 2605759. OLE color: 2605759.
HSL color Cylindrical-coordinate representation of color #BFC227: hue angle of 61.16º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC227 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 39 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.24 |
| HSL | 61.16º | 0.67% | 0.46% | - |
| HSV(B) | 61.16º | 0.8% | 0.76% | - |
| XYZ | 41.14 | 49.81 | 9.36 | - |
| YUV | 175.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 39 | 0.02 | 0 | 0.80 | 0.24 | 61.16 | 0.67 | 0.46 |
| Hex | BF | C2 | 27 | 2 | 0 | 50 | 18 | 3D | 43 | 2E |
| Octal | 277 | 302 | 47 | 2 | 0 | 120 | 30 | 75 | 103 | 56 |
| Binary | 10111111 | 11000010 | 100111 | 10 | 0 | 1010000 | 11000 | 111101 | 1000011 | 101110 |
Color Harmonies of #BFC227
Complementary color
Monochromatic Colors of #BFC227
Black with #BFC227
Text Example
Text Example
White with #BFC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC227; }
p { color: rgb(191,194,39); }
H1.HeaderClassName
{
color: #BFC227;
}
.AnyTagClassName
{
color: #BFC227;
}
</style>
background-color css
<style>
a { background-color: #BFC227; }
a { background-color: rgb(191,194,39); }
div.DivClassName
{
background-color: #BFC227;
}
.BgClassName
{
background-color: #BFC227;
}
</style>
border-color css
<style>
span { border-color: #BFC227; }
span { border-color: rgb(191,194,39); }
td.TdClassName
{
border-color: #BFC227;
}
.TagClassName
{
border-color: #BFC227;
}
</style>