Shades of Rio Grande #BFD021
Tints of Rio Grande #BFD021
RGB
CMYK
RGB Variations
Color information
#BFD021 (or 0xBFD021) is known color: Rio Grande. HEX triplet: BF, D0 and 21. RGB value is (191,208,33). Sum of RGB (Red+Green+Blue) = 191+208+33=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD021 is #402FDE. Grayscale: #B7B7B7. Windows color (decimal): -4206559 or 2216127. OLE color: 2216127.
HSL color Cylindrical-coordinate representation of color #BFD021: hue angle of 65.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFD021 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.18 |
| HSL | 65.83º | 0.73% | 0.47% | - |
| HSV(B) | 65.83º | 0.84% | 0.82% | - |
| XYZ | 44.32 | 56.3 | 9.97 | - |
| YUV | 182.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 33 | 0.08 | 0 | 0.84 | 0.18 | 65.83 | 0.73 | 0.47 |
| Hex | BF | D0 | 21 | 8 | 0 | 54 | 12 | 42 | 49 | 2F |
| Octal | 277 | 320 | 41 | 10 | 0 | 124 | 22 | 102 | 111 | 57 |
| Binary | 10111111 | 11010000 | 100001 | 1000 | 0 | 1010100 | 10010 | 1000010 | 1001001 | 101111 |
Color Harmonies of #BFD021
Complementary color
Monochromatic Colors of #BFD021
Black with #BFD021
Text Example
Text Example
White with #BFD021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD021; }
p { color: rgb(191,208,33); }
H1.HeaderClassName
{
color: #BFD021;
}
.AnyTagClassName
{
color: #BFD021;
}
</style>
background-color css
<style>
a { background-color: #BFD021; }
a { background-color: rgb(191,208,33); }
div.DivClassName
{
background-color: #BFD021;
}
.BgClassName
{
background-color: #BFD021;
}
</style>
border-color css
<style>
span { border-color: #BFD021; }
span { border-color: rgb(191,208,33); }
td.TdClassName
{
border-color: #BFD021;
}
.TagClassName
{
border-color: #BFD021;
}
</style>