Shades of Rio Grande #BFD414
Tints of Rio Grande #BFD414
RGB
CMYK
RGB Variations
Color information
#BFD414 (or 0xBFD414) is known color: Rio Grande. HEX triplet: BF, D4 and 14. RGB value is (191,212,20). Sum of RGB (Red+Green+Blue) = 191+212+20=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD414 is #402BEB. Grayscale: #B8B8B8. Windows color (decimal): -4205548 or 1365183. OLE color: 1365183.
HSL color Cylindrical-coordinate representation of color #BFD414: hue angle of 66.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFD414 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.17 |
| HSL | 66.56º | 0.83% | 0.45% | - |
| HSV(B) | 66.56º | 0.91% | 0.83% | - |
| XYZ | 45.16 | 58.21 | 9.52 | - |
| YUV | 183.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 20 | 0.10 | 0 | 0.91 | 0.17 | 66.56 | 0.83 | 0.45 |
| Hex | BF | D4 | 14 | A | 0 | 5B | 11 | 43 | 53 | 2D |
| Octal | 277 | 324 | 24 | 12 | 0 | 133 | 21 | 103 | 123 | 55 |
| Binary | 10111111 | 11010100 | 10100 | 1010 | 0 | 1011011 | 10001 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BFD414
Complementary color
Monochromatic Colors of #BFD414
Black with #BFD414
Text Example
Text Example
White with #BFD414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD414; }
p { color: rgb(191,212,20); }
H1.HeaderClassName
{
color: #BFD414;
}
.AnyTagClassName
{
color: #BFD414;
}
</style>
background-color css
<style>
a { background-color: #BFD414; }
a { background-color: rgb(191,212,20); }
div.DivClassName
{
background-color: #BFD414;
}
.BgClassName
{
background-color: #BFD414;
}
</style>
border-color css
<style>
span { border-color: #BFD414; }
span { border-color: rgb(191,212,20); }
td.TdClassName
{
border-color: #BFD414;
}
.TagClassName
{
border-color: #BFD414;
}
</style>