Shades of Rio Grande #BFD113
Tints of Rio Grande #BFD113
RGB
CMYK
RGB Variations
Color information
#BFD113 (or 0xBFD113) is known color: Rio Grande. HEX triplet: BF, D1 and 13. RGB value is (191,209,19). Sum of RGB (Red+Green+Blue) = 191+209+19=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD113 is #402EEC. Grayscale: #B6B6B6. Windows color (decimal): -4206317 or 1298879. OLE color: 1298879.
HSL color Cylindrical-coordinate representation of color #BFD113: hue angle of 65.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFD113 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 65.68º | 0.83% | 0.45% | - |
| HSV(B) | 65.68º | 0.91% | 0.82% | - |
| XYZ | 44.4 | 56.72 | 9.22 | - |
| YUV | 181.96 | 36.04 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 19 | 0.09 | 0 | 0.91 | 0.18 | 65.68 | 0.83 | 0.45 |
| Hex | BF | D1 | 13 | 9 | 0 | 5B | 12 | 42 | 53 | 2D |
| Octal | 277 | 321 | 23 | 11 | 0 | 133 | 22 | 102 | 123 | 55 |
| Binary | 10111111 | 11010001 | 10011 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010011 | 101101 |
Color Harmonies of #BFD113
Complementary color
Monochromatic Colors of #BFD113
Black with #BFD113
Text Example
Text Example
White with #BFD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD113; }
p { color: rgb(191,209,19); }
H1.HeaderClassName
{
color: #BFD113;
}
.AnyTagClassName
{
color: #BFD113;
}
</style>
background-color css
<style>
a { background-color: #BFD113; }
a { background-color: rgb(191,209,19); }
div.DivClassName
{
background-color: #BFD113;
}
.BgClassName
{
background-color: #BFD113;
}
</style>
border-color css
<style>
span { border-color: #BFD113; }
span { border-color: rgb(191,209,19); }
td.TdClassName
{
border-color: #BFD113;
}
.TagClassName
{
border-color: #BFD113;
}
</style>