Shades of Rio Grande #BFD10E
Tints of Rio Grande #BFD10E
RGB
CMYK
RGB Variations
Color information
#BFD10E (or 0xBFD10E) is known color: Rio Grande. HEX triplet: BF, D1 and 0E. RGB value is (191,209,14). Sum of RGB (Red+Green+Blue) = 191+209+14=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD10E is #402EF1. Grayscale: #B6B6B6. Windows color (decimal): -4206322 or 971199. OLE color: 971199.
HSL color Cylindrical-coordinate representation of color #BFD10E: hue angle of 65.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD10E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 14 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.18 |
| HSL | 65.54º | 0.87% | 0.44% | - |
| HSV(B) | 65.54º | 0.93% | 0.82% | - |
| XYZ | 44.37 | 56.71 | 9.02 | - |
| YUV | 181.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 14 | 0.09 | 0 | 0.93 | 0.18 | 65.54 | 0.87 | 0.44 |
| Hex | BF | D1 | E | 9 | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 277 | 321 | 16 | 11 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 10111111 | 11010001 | 1110 | 1001 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BFD10E
Complementary color
Monochromatic Colors of #BFD10E
Black with #BFD10E
Text Example
Text Example
White with #BFD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD10E; }
p { color: rgb(191,209,14); }
H1.HeaderClassName
{
color: #BFD10E;
}
.AnyTagClassName
{
color: #BFD10E;
}
</style>
background-color css
<style>
a { background-color: #BFD10E; }
a { background-color: rgb(191,209,14); }
div.DivClassName
{
background-color: #BFD10E;
}
.BgClassName
{
background-color: #BFD10E;
}
</style>
border-color css
<style>
span { border-color: #BFD10E; }
span { border-color: rgb(191,209,14); }
td.TdClassName
{
border-color: #BFD10E;
}
.TagClassName
{
border-color: #BFD10E;
}
</style>