Shades of Rio Grande #BFD410
Tints of Rio Grande #BFD410
RGB
CMYK
RGB Variations
Color information
#BFD410 (or 0xBFD410) is known color: Rio Grande. HEX triplet: BF, D4 and 10. RGB value is (191,212,16). Sum of RGB (Red+Green+Blue) = 191+212+16=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD410 is #402BEF. Grayscale: #B8B8B8. Windows color (decimal): -4205552 or 1103039. OLE color: 1103039.
HSL color Cylindrical-coordinate representation of color #BFD410: hue angle of 66.43º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD410 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.17 |
| HSL | 66.43º | 0.86% | 0.45% | - |
| HSV(B) | 66.43º | 0.92% | 0.83% | - |
| XYZ | 45.12 | 58.2 | 9.35 | - |
| YUV | 183.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 16 | 0.10 | 0 | 0.92 | 0.17 | 66.43 | 0.86 | 0.45 |
| Hex | BF | D4 | 10 | A | 0 | 5C | 11 | 42 | 56 | 2D |
| Octal | 277 | 324 | 20 | 12 | 0 | 134 | 21 | 102 | 126 | 55 |
| Binary | 10111111 | 11010100 | 10000 | 1010 | 0 | 1011100 | 10001 | 1000010 | 1010110 | 101101 |
Color Harmonies of #BFD410
Complementary color
Monochromatic Colors of #BFD410
Black with #BFD410
Text Example
Text Example
White with #BFD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD410; }
p { color: rgb(191,212,16); }
H1.HeaderClassName
{
color: #BFD410;
}
.AnyTagClassName
{
color: #BFD410;
}
</style>
background-color css
<style>
a { background-color: #BFD410; }
a { background-color: rgb(191,212,16); }
div.DivClassName
{
background-color: #BFD410;
}
.BgClassName
{
background-color: #BFD410;
}
</style>
border-color css
<style>
span { border-color: #BFD410; }
span { border-color: rgb(191,212,16); }
td.TdClassName
{
border-color: #BFD410;
}
.TagClassName
{
border-color: #BFD410;
}
</style>