Shades of Rio Grande #BFD119
Tints of Rio Grande #BFD119
RGB
CMYK
RGB Variations
Color information
#BFD119 (or 0xBFD119) is known color: Rio Grande. HEX triplet: BF, D1 and 19. RGB value is (191,209,25). Sum of RGB (Red+Green+Blue) = 191+209+25=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD119 is #402EE6. Grayscale: #B7B7B7. Windows color (decimal): -4206311 or 1692095. OLE color: 1692095.
HSL color Cylindrical-coordinate representation of color #BFD119: hue angle of 65.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFD119 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 25 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.18 |
| HSL | 65.87º | 0.79% | 0.46% | - |
| HSV(B) | 65.87º | 0.88% | 0.82% | - |
| XYZ | 44.46 | 56.75 | 9.53 | - |
| YUV | 182.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 25 | 0.09 | 0 | 0.88 | 0.18 | 65.87 | 0.79 | 0.46 |
| Hex | BF | D1 | 19 | 9 | 0 | 58 | 12 | 42 | 4F | 2E |
| Octal | 277 | 321 | 31 | 11 | 0 | 130 | 22 | 102 | 117 | 56 |
| Binary | 10111111 | 11010001 | 11001 | 1001 | 0 | 1011000 | 10010 | 1000010 | 1001111 | 101110 |
Color Harmonies of #BFD119
Complementary color
Monochromatic Colors of #BFD119
Black with #BFD119
Text Example
Text Example
White with #BFD119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD119; }
p { color: rgb(191,209,25); }
H1.HeaderClassName
{
color: #BFD119;
}
.AnyTagClassName
{
color: #BFD119;
}
</style>
background-color css
<style>
a { background-color: #BFD119; }
a { background-color: rgb(191,209,25); }
div.DivClassName
{
background-color: #BFD119;
}
.BgClassName
{
background-color: #BFD119;
}
</style>
border-color css
<style>
span { border-color: #BFD119; }
span { border-color: rgb(191,209,25); }
td.TdClassName
{
border-color: #BFD119;
}
.TagClassName
{
border-color: #BFD119;
}
</style>