Shades of Rio Grande #BFD21F
Tints of Rio Grande #BFD21F
RGB
CMYK
RGB Variations
Color information
#BFD21F (or 0xBFD21F) is known color: Rio Grande. HEX triplet: BF, D2 and 1F. RGB value is (191,210,31). Sum of RGB (Red+Green+Blue) = 191+210+31=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD21F is #402DE0. Grayscale: #B8B8B8. Windows color (decimal): -4206049 or 2085567. OLE color: 2085567.
HSL color Cylindrical-coordinate representation of color #BFD21F: hue angle of 66.37º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD21F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.18 |
| HSL | 66.37º | 0.74% | 0.47% | - |
| HSV(B) | 66.37º | 0.85% | 0.82% | - |
| XYZ | 44.78 | 57.27 | 9.99 | - |
| YUV | 183.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 31 | 0.09 | 0 | 0.85 | 0.18 | 66.37 | 0.74 | 0.47 |
| Hex | BF | D2 | 1F | 9 | 0 | 55 | 12 | 42 | 4A | 2F |
| Octal | 277 | 322 | 37 | 11 | 0 | 125 | 22 | 102 | 112 | 57 |
| Binary | 10111111 | 11010010 | 11111 | 1001 | 0 | 1010101 | 10010 | 1000010 | 1001010 | 101111 |
Color Harmonies of #BFD21F
Complementary color
Monochromatic Colors of #BFD21F
Black with #BFD21F
Text Example
Text Example
White with #BFD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD21F; }
p { color: rgb(191,210,31); }
H1.HeaderClassName
{
color: #BFD21F;
}
.AnyTagClassName
{
color: #BFD21F;
}
</style>
background-color css
<style>
a { background-color: #BFD21F; }
a { background-color: rgb(191,210,31); }
div.DivClassName
{
background-color: #BFD21F;
}
.BgClassName
{
background-color: #BFD21F;
}
</style>
border-color css
<style>
span { border-color: #BFD21F; }
span { border-color: rgb(191,210,31); }
td.TdClassName
{
border-color: #BFD21F;
}
.TagClassName
{
border-color: #BFD21F;
}
</style>