Shades of Rio Grande #BFC91B
Tints of Rio Grande #BFC91B
RGB
CMYK
RGB Variations
Color information
#BFC91B (or 0xBFC91B) is known color: Rio Grande. HEX triplet: BF, C9 and 1B. RGB value is (191,201,27). Sum of RGB (Red+Green+Blue) = 191+201+27=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC91B is #4036E4. Grayscale: #B2B2B2. Windows color (decimal): -4208357 or 1821119. OLE color: 1821119.
HSL color Cylindrical-coordinate representation of color #BFC91B: hue angle of 63.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC91B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.21 |
| HSL | 63.45º | 0.76% | 0.45% | - |
| HSV(B) | 63.45º | 0.87% | 0.79% | - |
| XYZ | 42.57 | 52.93 | 9.01 | - |
| YUV | 178.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 27 | 0.05 | 0 | 0.87 | 0.21 | 63.45 | 0.76 | 0.45 |
| Hex | BF | C9 | 1B | 5 | 0 | 57 | 15 | 3F | 4C | 2D |
| Octal | 277 | 311 | 33 | 5 | 0 | 127 | 25 | 77 | 114 | 55 |
| Binary | 10111111 | 11001001 | 11011 | 101 | 0 | 1010111 | 10101 | 111111 | 1001100 | 101101 |
Color Harmonies of #BFC91B
Complementary color
Monochromatic Colors of #BFC91B
Black with #BFC91B
Text Example
Text Example
White with #BFC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC91B; }
p { color: rgb(191,201,27); }
H1.HeaderClassName
{
color: #BFC91B;
}
.AnyTagClassName
{
color: #BFC91B;
}
</style>
background-color css
<style>
a { background-color: #BFC91B; }
a { background-color: rgb(191,201,27); }
div.DivClassName
{
background-color: #BFC91B;
}
.BgClassName
{
background-color: #BFC91B;
}
</style>
border-color css
<style>
span { border-color: #BFC91B; }
span { border-color: rgb(191,201,27); }
td.TdClassName
{
border-color: #BFC91B;
}
.TagClassName
{
border-color: #BFC91B;
}
</style>