Shades of Rio Grande #BFC02D
Tints of Rio Grande #BFC02D
RGB
CMYK
RGB Variations
Color information
#BFC02D (or 0xBFC02D) is known color: Rio Grande. HEX triplet: BF, C0 and 2D. RGB value is (191,192,45). Sum of RGB (Red+Green+Blue) = 191+192+45=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC02D is #403FD2. Grayscale: #AFAFAF. Windows color (decimal): -4210643 or 2998463. OLE color: 2998463.
HSL color Cylindrical-coordinate representation of color #BFC02D: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFC02D is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 45 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.25 |
| HSL | 60.41º | 0.62% | 0.46% | - |
| HSV(B) | 60.41º | 0.77% | 0.75% | - |
| XYZ | 40.81 | 48.97 | 9.78 | - |
| YUV | 174.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 45 | 0.01 | 0 | 0.77 | 0.25 | 60.41 | 0.62 | 0.46 |
| Hex | BF | C0 | 2D | 1 | 0 | 4D | 19 | 3C | 3E | 2E |
| Octal | 277 | 300 | 55 | 1 | 0 | 115 | 31 | 74 | 76 | 56 |
| Binary | 10111111 | 11000000 | 101101 | 1 | 0 | 1001101 | 11001 | 111100 | 111110 | 101110 |
Color Harmonies of #BFC02D
Complementary color
Monochromatic Colors of #BFC02D
Black with #BFC02D
Text Example
Text Example
White with #BFC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC02D; }
p { color: rgb(191,192,45); }
H1.HeaderClassName
{
color: #BFC02D;
}
.AnyTagClassName
{
color: #BFC02D;
}
</style>
background-color css
<style>
a { background-color: #BFC02D; }
a { background-color: rgb(191,192,45); }
div.DivClassName
{
background-color: #BFC02D;
}
.BgClassName
{
background-color: #BFC02D;
}
</style>
border-color css
<style>
span { border-color: #BFC02D; }
span { border-color: rgb(191,192,45); }
td.TdClassName
{
border-color: #BFC02D;
}
.TagClassName
{
border-color: #BFC02D;
}
</style>