Shades of Rio Grande #BFD31E
Tints of Rio Grande #BFD31E
RGB
CMYK
RGB Variations
Color information
#BFD31E (or 0xBFD31E) is known color: Rio Grande. HEX triplet: BF, D3 and 1E. RGB value is (191,211,30). Sum of RGB (Red+Green+Blue) = 191+211+30=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD31E is #402CE1. Grayscale: #B9B9B9. Windows color (decimal): -4205794 or 2020287. OLE color: 2020287.
HSL color Cylindrical-coordinate representation of color #BFD31E: hue angle of 66.63º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFD31E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 30 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.17 |
| HSL | 66.63º | 0.75% | 0.47% | - |
| HSV(B) | 66.63º | 0.86% | 0.83% | - |
| XYZ | 45.01 | 57.76 | 10 | - |
| YUV | 184.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 30 | 0.09 | 0 | 0.86 | 0.17 | 66.63 | 0.75 | 0.47 |
| Hex | BF | D3 | 1E | 9 | 0 | 56 | 11 | 43 | 4B | 2F |
| Octal | 277 | 323 | 36 | 11 | 0 | 126 | 21 | 103 | 113 | 57 |
| Binary | 10111111 | 11010011 | 11110 | 1001 | 0 | 1010110 | 10001 | 1000011 | 1001011 | 101111 |
Color Harmonies of #BFD31E
Complementary color
Monochromatic Colors of #BFD31E
Black with #BFD31E
Text Example
Text Example
White with #BFD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD31E; }
p { color: rgb(191,211,30); }
H1.HeaderClassName
{
color: #BFD31E;
}
.AnyTagClassName
{
color: #BFD31E;
}
</style>
background-color css
<style>
a { background-color: #BFD31E; }
a { background-color: rgb(191,211,30); }
div.DivClassName
{
background-color: #BFD31E;
}
.BgClassName
{
background-color: #BFD31E;
}
</style>
border-color css
<style>
span { border-color: #BFD31E; }
span { border-color: rgb(191,211,30); }
td.TdClassName
{
border-color: #BFD31E;
}
.TagClassName
{
border-color: #BFD31E;
}
</style>