Shades of Rio Grande #BFC915
Tints of Rio Grande #BFC915
RGB
CMYK
RGB Variations
Color information
#BFC915 (or 0xBFC915) is known color: Rio Grande. HEX triplet: BF, C9 and 15. RGB value is (191,201,21). Sum of RGB (Red+Green+Blue) = 191+201+21=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC915 is #4036EA. Grayscale: #B2B2B2. Windows color (decimal): -4208363 or 1427903. OLE color: 1427903.
HSL color Cylindrical-coordinate representation of color #BFC915: hue angle of 63.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFC915 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.21 |
| HSL | 63.33º | 0.81% | 0.44% | - |
| HSV(B) | 63.33º | 0.9% | 0.79% | - |
| XYZ | 42.51 | 52.9 | 8.68 | - |
| YUV | 177.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 21 | 0.05 | 0 | 0.90 | 0.21 | 63.33 | 0.81 | 0.44 |
| Hex | BF | C9 | 15 | 5 | 0 | 5A | 15 | 3F | 51 | 2C |
| Octal | 277 | 311 | 25 | 5 | 0 | 132 | 25 | 77 | 121 | 54 |
| Binary | 10111111 | 11001001 | 10101 | 101 | 0 | 1011010 | 10101 | 111111 | 1010001 | 101100 |
Color Harmonies of #BFC915
Complementary color
Monochromatic Colors of #BFC915
Black with #BFC915
Text Example
Text Example
White with #BFC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC915; }
p { color: rgb(191,201,21); }
H1.HeaderClassName
{
color: #BFC915;
}
.AnyTagClassName
{
color: #BFC915;
}
</style>
background-color css
<style>
a { background-color: #BFC915; }
a { background-color: rgb(191,201,21); }
div.DivClassName
{
background-color: #BFC915;
}
.BgClassName
{
background-color: #BFC915;
}
</style>
border-color css
<style>
span { border-color: #BFC915; }
span { border-color: rgb(191,201,21); }
td.TdClassName
{
border-color: #BFC915;
}
.TagClassName
{
border-color: #BFC915;
}
</style>