Shades of Rio Grande #BFD020
Tints of Rio Grande #BFD020
RGB
CMYK
RGB Variations
Color information
#BFD020 (or 0xBFD020) is known color: Rio Grande. HEX triplet: BF, D0 and 20. RGB value is (191,208,32). Sum of RGB (Red+Green+Blue) = 191+208+32=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD020 is #402FDF. Grayscale: #B7B7B7. Windows color (decimal): -4206560 or 2150591. OLE color: 2150591.
HSL color Cylindrical-coordinate representation of color #BFD020: hue angle of 65.8º degrees, saturation: 0.73, 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 #BFD020 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 32 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.18 |
| HSL | 65.8º | 0.73% | 0.47% | - |
| HSV(B) | 65.8º | 0.85% | 0.82% | - |
| XYZ | 44.3 | 56.29 | 9.9 | - |
| YUV | 182.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 32 | 0.08 | 0 | 0.85 | 0.18 | 65.8 | 0.73 | 0.47 |
| Hex | BF | D0 | 20 | 8 | 0 | 55 | 12 | 42 | 49 | 2F |
| Octal | 277 | 320 | 40 | 10 | 0 | 125 | 22 | 102 | 111 | 57 |
| Binary | 10111111 | 11010000 | 100000 | 1000 | 0 | 1010101 | 10010 | 1000010 | 1001001 | 101111 |
Color Harmonies of #BFD020
Complementary color
Monochromatic Colors of #BFD020
Black with #BFD020
Text Example
Text Example
White with #BFD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD020; }
p { color: rgb(191,208,32); }
H1.HeaderClassName
{
color: #BFD020;
}
.AnyTagClassName
{
color: #BFD020;
}
</style>
background-color css
<style>
a { background-color: #BFD020; }
a { background-color: rgb(191,208,32); }
div.DivClassName
{
background-color: #BFD020;
}
.BgClassName
{
background-color: #BFD020;
}
</style>
border-color css
<style>
span { border-color: #BFD020; }
span { border-color: rgb(191,208,32); }
td.TdClassName
{
border-color: #BFD020;
}
.TagClassName
{
border-color: #BFD020;
}
</style>