Shades of Rio Grande #BFC02E
Tints of Rio Grande #BFC02E
RGB
CMYK
RGB Variations
Color information
#BFC02E (or 0xBFC02E) is known color: Rio Grande. HEX triplet: BF, C0 and 2E. RGB value is (191,192,46). Sum of RGB (Red+Green+Blue) = 191+192+46=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC02E is #403FD1. Grayscale: #AFAFAF. Windows color (decimal): -4210642 or 3063999. OLE color: 3063999.
HSL color Cylindrical-coordinate representation of color #BFC02E: hue angle of 60.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFC02E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.25 |
| HSL | 60.41º | 0.61% | 0.47% | - |
| HSV(B) | 60.41º | 0.76% | 0.75% | - |
| XYZ | 40.83 | 48.97 | 9.89 | - |
| YUV | 175.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 46 | 0.01 | 0 | 0.76 | 0.25 | 60.41 | 0.61 | 0.47 |
| Hex | BF | C0 | 2E | 1 | 0 | 4C | 19 | 3C | 3D | 2F |
| Octal | 277 | 300 | 56 | 1 | 0 | 114 | 31 | 74 | 75 | 57 |
| Binary | 10111111 | 11000000 | 101110 | 1 | 0 | 1001100 | 11001 | 111100 | 111101 | 101111 |
Color Harmonies of #BFC02E
Complementary color
Monochromatic Colors of #BFC02E
Black with #BFC02E
Text Example
Text Example
White with #BFC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC02E; }
p { color: rgb(191,192,46); }
H1.HeaderClassName
{
color: #BFC02E;
}
.AnyTagClassName
{
color: #BFC02E;
}
</style>
background-color css
<style>
a { background-color: #BFC02E; }
a { background-color: rgb(191,192,46); }
div.DivClassName
{
background-color: #BFC02E;
}
.BgClassName
{
background-color: #BFC02E;
}
</style>
border-color css
<style>
span { border-color: #BFC02E; }
span { border-color: rgb(191,192,46); }
td.TdClassName
{
border-color: #BFC02E;
}
.TagClassName
{
border-color: #BFC02E;
}
</style>