Shades of Rio Grande #BFD41A
Tints of Rio Grande #BFD41A
RGB
CMYK
RGB Variations
Color information
#BFD41A (or 0xBFD41A) is known color: Rio Grande. HEX triplet: BF, D4 and 1A. RGB value is (191,212,26). Sum of RGB (Red+Green+Blue) = 191+212+26=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD41A is #402BE5. Grayscale: #B9B9B9. Windows color (decimal): -4205542 or 1758399. OLE color: 1758399.
HSL color Cylindrical-coordinate representation of color #BFD41A: hue angle of 66.77º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFD41A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 26 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.17 |
| HSL | 66.77º | 0.78% | 0.47% | - |
| HSV(B) | 66.77º | 0.88% | 0.83% | - |
| XYZ | 45.22 | 58.24 | 9.84 | - |
| YUV | 184.52 | 38.54 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 26 | 0.10 | 0 | 0.88 | 0.17 | 66.77 | 0.78 | 0.47 |
| Hex | BF | D4 | 1A | A | 0 | 58 | 11 | 43 | 4E | 2F |
| Octal | 277 | 324 | 32 | 12 | 0 | 130 | 21 | 103 | 116 | 57 |
| Binary | 10111111 | 11010100 | 11010 | 1010 | 0 | 1011000 | 10001 | 1000011 | 1001110 | 101111 |
Color Harmonies of #BFD41A
Complementary color
Monochromatic Colors of #BFD41A
Black with #BFD41A
Text Example
Text Example
White with #BFD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD41A; }
p { color: rgb(191,212,26); }
H1.HeaderClassName
{
color: #BFD41A;
}
.AnyTagClassName
{
color: #BFD41A;
}
</style>
background-color css
<style>
a { background-color: #BFD41A; }
a { background-color: rgb(191,212,26); }
div.DivClassName
{
background-color: #BFD41A;
}
.BgClassName
{
background-color: #BFD41A;
}
</style>
border-color css
<style>
span { border-color: #BFD41A; }
span { border-color: rgb(191,212,26); }
td.TdClassName
{
border-color: #BFD41A;
}
.TagClassName
{
border-color: #BFD41A;
}
</style>