Shades of Rio Grande #BFC618
Tints of Rio Grande #BFC618
RGB
CMYK
RGB Variations
Color information
#BFC618 (or 0xBFC618) is known color: Rio Grande. HEX triplet: BF, C6 and 18. RGB value is (191,198,24). Sum of RGB (Red+Green+Blue) = 191+198+24=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC618 is #4039E7. Grayscale: #B0B0B0. Windows color (decimal): -4209128 or 1623743. OLE color: 1623743.
HSL color Cylindrical-coordinate representation of color #BFC618: hue angle of 62.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC618 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.22 |
| HSL | 62.41º | 0.78% | 0.44% | - |
| HSV(B) | 62.41º | 0.88% | 0.78% | - |
| XYZ | 41.84 | 51.53 | 8.61 | - |
| YUV | 176.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 24 | 0.04 | 0 | 0.88 | 0.22 | 62.41 | 0.78 | 0.44 |
| Hex | BF | C6 | 18 | 4 | 0 | 58 | 16 | 3E | 4E | 2C |
| Octal | 277 | 306 | 30 | 4 | 0 | 130 | 26 | 76 | 116 | 54 |
| Binary | 10111111 | 11000110 | 11000 | 100 | 0 | 1011000 | 10110 | 111110 | 1001110 | 101100 |
Color Harmonies of #BFC618
Complementary color
Monochromatic Colors of #BFC618
Black with #BFC618
Text Example
Text Example
White with #BFC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC618; }
p { color: rgb(191,198,24); }
H1.HeaderClassName
{
color: #BFC618;
}
.AnyTagClassName
{
color: #BFC618;
}
</style>
background-color css
<style>
a { background-color: #BFC618; }
a { background-color: rgb(191,198,24); }
div.DivClassName
{
background-color: #BFC618;
}
.BgClassName
{
background-color: #BFC618;
}
</style>
border-color css
<style>
span { border-color: #BFC618; }
span { border-color: rgb(191,198,24); }
td.TdClassName
{
border-color: #BFC618;
}
.TagClassName
{
border-color: #BFC618;
}
</style>