Shades of Rio Grande #BFD51B
Tints of Rio Grande #BFD51B
RGB
CMYK
RGB Variations
Color information
#BFD51B (or 0xBFD51B) is known color: Rio Grande. HEX triplet: BF, D5 and 1B. RGB value is (191,213,27). Sum of RGB (Red+Green+Blue) = 191+213+27=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD51B is #402AE4. Grayscale: #B9B9B9. Windows color (decimal): -4205285 or 1824191. OLE color: 1824191.
HSL color Cylindrical-coordinate representation of color #BFD51B: hue angle of 67.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD51B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 27 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.16 |
| HSL | 67.1º | 0.78% | 0.47% | - |
| HSV(B) | 67.1º | 0.87% | 0.84% | - |
| XYZ | 45.48 | 58.74 | 9.98 | - |
| YUV | 185.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 27 | 0.10 | 0 | 0.87 | 0.16 | 67.1 | 0.78 | 0.47 |
| Hex | BF | D5 | 1B | A | 0 | 57 | 10 | 43 | 4E | 2F |
| Octal | 277 | 325 | 33 | 12 | 0 | 127 | 20 | 103 | 116 | 57 |
| Binary | 10111111 | 11010101 | 11011 | 1010 | 0 | 1010111 | 10000 | 1000011 | 1001110 | 101111 |
Color Harmonies of #BFD51B
Complementary color
Monochromatic Colors of #BFD51B
Black with #BFD51B
Text Example
Text Example
White with #BFD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD51B; }
p { color: rgb(191,213,27); }
H1.HeaderClassName
{
color: #BFD51B;
}
.AnyTagClassName
{
color: #BFD51B;
}
</style>
background-color css
<style>
a { background-color: #BFD51B; }
a { background-color: rgb(191,213,27); }
div.DivClassName
{
background-color: #BFD51B;
}
.BgClassName
{
background-color: #BFD51B;
}
</style>
border-color css
<style>
span { border-color: #BFD51B; }
span { border-color: rgb(191,213,27); }
td.TdClassName
{
border-color: #BFD51B;
}
.TagClassName
{
border-color: #BFD51B;
}
</style>