Shades of Rio Grande #BFD120
Tints of Rio Grande #BFD120
RGB
CMYK
RGB Variations
Color information
#BFD120 (or 0xBFD120) is known color: Rio Grande. HEX triplet: BF, D1 and 20. RGB value is (191,209,32). Sum of RGB (Red+Green+Blue) = 191+209+32=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD120 is #402EDF. Grayscale: #B8B8B8. Windows color (decimal): -4206304 or 2150847. OLE color: 2150847.
HSL color Cylindrical-coordinate representation of color #BFD120: hue angle of 66.1º 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 #BFD120 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 32 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.18 |
| HSL | 66.1º | 0.73% | 0.47% | - |
| HSV(B) | 66.1º | 0.85% | 0.82% | - |
| XYZ | 44.55 | 56.78 | 9.98 | - |
| YUV | 183.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 32 | 0.09 | 0 | 0.85 | 0.18 | 66.1 | 0.73 | 0.47 |
| Hex | BF | D1 | 20 | 9 | 0 | 55 | 12 | 42 | 49 | 2F |
| Octal | 277 | 321 | 40 | 11 | 0 | 125 | 22 | 102 | 111 | 57 |
| Binary | 10111111 | 11010001 | 100000 | 1001 | 0 | 1010101 | 10010 | 1000010 | 1001001 | 101111 |
Color Harmonies of #BFD120
Complementary color
Monochromatic Colors of #BFD120
Black with #BFD120
Text Example
Text Example
White with #BFD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD120; }
p { color: rgb(191,209,32); }
H1.HeaderClassName
{
color: #BFD120;
}
.AnyTagClassName
{
color: #BFD120;
}
</style>
background-color css
<style>
a { background-color: #BFD120; }
a { background-color: rgb(191,209,32); }
div.DivClassName
{
background-color: #BFD120;
}
.BgClassName
{
background-color: #BFD120;
}
</style>
border-color css
<style>
span { border-color: #BFD120; }
span { border-color: rgb(191,209,32); }
td.TdClassName
{
border-color: #BFD120;
}
.TagClassName
{
border-color: #BFD120;
}
</style>