Shades of Rio Grande #BFC919
Tints of Rio Grande #BFC919
RGB
CMYK
RGB Variations
Color information
#BFC919 (or 0xBFC919) is known color: Rio Grande. HEX triplet: BF, C9 and 19. RGB value is (191,201,25). Sum of RGB (Red+Green+Blue) = 191+201+25=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC919 is #4036E6. Grayscale: #B2B2B2. Windows color (decimal): -4208359 or 1690047. OLE color: 1690047.
HSL color Cylindrical-coordinate representation of color #BFC919: hue angle of 63.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC919 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 25 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.21 |
| HSL | 63.41º | 0.78% | 0.44% | - |
| HSV(B) | 63.41º | 0.88% | 0.79% | - |
| XYZ | 42.55 | 52.92 | 8.89 | - |
| YUV | 177.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 25 | 0.05 | 0 | 0.88 | 0.21 | 63.41 | 0.78 | 0.44 |
| Hex | BF | C9 | 19 | 5 | 0 | 58 | 15 | 3F | 4E | 2C |
| Octal | 277 | 311 | 31 | 5 | 0 | 130 | 25 | 77 | 116 | 54 |
| Binary | 10111111 | 11001001 | 11001 | 101 | 0 | 1011000 | 10101 | 111111 | 1001110 | 101100 |
Color Harmonies of #BFC919
Complementary color
Monochromatic Colors of #BFC919
Black with #BFC919
Text Example
Text Example
White with #BFC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC919; }
p { color: rgb(191,201,25); }
H1.HeaderClassName
{
color: #BFC919;
}
.AnyTagClassName
{
color: #BFC919;
}
</style>
background-color css
<style>
a { background-color: #BFC919; }
a { background-color: rgb(191,201,25); }
div.DivClassName
{
background-color: #BFC919;
}
.BgClassName
{
background-color: #BFC919;
}
</style>
border-color css
<style>
span { border-color: #BFC919; }
span { border-color: rgb(191,201,25); }
td.TdClassName
{
border-color: #BFC919;
}
.TagClassName
{
border-color: #BFC919;
}
</style>