Shades of Rio Grande #BFC02A
Tints of Rio Grande #BFC02A
RGB
CMYK
RGB Variations
Color information
#BFC02A (or 0xBFC02A) is known color: Rio Grande. HEX triplet: BF, C0 and 2A. RGB value is (191,192,42). Sum of RGB (Red+Green+Blue) = 191+192+42=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC02A is #403FD5. Grayscale: #AFAFAF. Windows color (decimal): -4210646 or 2801855. OLE color: 2801855.
HSL color Cylindrical-coordinate representation of color #BFC02A: hue angle of 60.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC02A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 42 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.25 |
| HSL | 60.4º | 0.64% | 0.46% | - |
| HSV(B) | 60.4º | 0.78% | 0.75% | - |
| XYZ | 40.75 | 48.94 | 9.49 | - |
| YUV | 174.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 42 | 0.01 | 0 | 0.78 | 0.25 | 60.4 | 0.64 | 0.46 |
| Hex | BF | C0 | 2A | 1 | 0 | 4E | 19 | 3C | 40 | 2E |
| Octal | 277 | 300 | 52 | 1 | 0 | 116 | 31 | 74 | 100 | 56 |
| Binary | 10111111 | 11000000 | 101010 | 1 | 0 | 1001110 | 11001 | 111100 | 1000000 | 101110 |
Color Harmonies of #BFC02A
Complementary color
Monochromatic Colors of #BFC02A
Black with #BFC02A
Text Example
Text Example
White with #BFC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC02A; }
p { color: rgb(191,192,42); }
H1.HeaderClassName
{
color: #BFC02A;
}
.AnyTagClassName
{
color: #BFC02A;
}
</style>
background-color css
<style>
a { background-color: #BFC02A; }
a { background-color: rgb(191,192,42); }
div.DivClassName
{
background-color: #BFC02A;
}
.BgClassName
{
background-color: #BFC02A;
}
</style>
border-color css
<style>
span { border-color: #BFC02A; }
span { border-color: rgb(191,192,42); }
td.TdClassName
{
border-color: #BFC02A;
}
.TagClassName
{
border-color: #BFC02A;
}
</style>