Shades of Rio Grande #BFD40C
Tints of Rio Grande #BFD40C
RGB
CMYK
RGB Variations
Color information
#BFD40C (or 0xBFD40C) is known color: Rio Grande. HEX triplet: BF, D4 and 0C. RGB value is (191,212,12). Sum of RGB (Red+Green+Blue) = 191+212+12=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD40C is #402BF3. Grayscale: #B7B7B7. Windows color (decimal): -4205556 or 840895. OLE color: 840895.
HSL color Cylindrical-coordinate representation of color #BFD40C: hue angle of 66.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD40C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.17 |
| HSL | 66.3º | 0.89% | 0.44% | - |
| HSV(B) | 66.3º | 0.94% | 0.83% | - |
| XYZ | 45.1 | 58.19 | 9.2 | - |
| YUV | 182.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 12 | 0.10 | 0 | 0.94 | 0.17 | 66.3 | 0.89 | 0.44 |
| Hex | BF | D4 | C | A | 0 | 5E | 11 | 42 | 59 | 2C |
| Octal | 277 | 324 | 14 | 12 | 0 | 136 | 21 | 102 | 131 | 54 |
| Binary | 10111111 | 11010100 | 1100 | 1010 | 0 | 1011110 | 10001 | 1000010 | 1011001 | 101100 |
Color Harmonies of #BFD40C
Complementary color
Monochromatic Colors of #BFD40C
Black with #BFD40C
Text Example
Text Example
White with #BFD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD40C; }
p { color: rgb(191,212,12); }
H1.HeaderClassName
{
color: #BFD40C;
}
.AnyTagClassName
{
color: #BFD40C;
}
</style>
background-color css
<style>
a { background-color: #BFD40C; }
a { background-color: rgb(191,212,12); }
div.DivClassName
{
background-color: #BFD40C;
}
.BgClassName
{
background-color: #BFD40C;
}
</style>
border-color css
<style>
span { border-color: #BFD40C; }
span { border-color: rgb(191,212,12); }
td.TdClassName
{
border-color: #BFD40C;
}
.TagClassName
{
border-color: #BFD40C;
}
</style>