Shades of Rio Grande #BFC918
Tints of Rio Grande #BFC918
RGB
CMYK
RGB Variations
Color information
#BFC918 (or 0xBFC918) is known color: Rio Grande. HEX triplet: BF, C9 and 18. RGB value is (191,201,24). Sum of RGB (Red+Green+Blue) = 191+201+24=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC918 is #4036E7. Grayscale: #B2B2B2. Windows color (decimal): -4208360 or 1624511. OLE color: 1624511.
HSL color Cylindrical-coordinate representation of color #BFC918: hue angle of 63.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC918 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.21 |
| HSL | 63.39º | 0.79% | 0.44% | - |
| HSV(B) | 63.39º | 0.88% | 0.79% | - |
| XYZ | 42.54 | 52.92 | 8.84 | - |
| YUV | 177.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 24 | 0.05 | 0 | 0.88 | 0.21 | 63.39 | 0.79 | 0.44 |
| Hex | BF | C9 | 18 | 5 | 0 | 58 | 15 | 3F | 4F | 2C |
| Octal | 277 | 311 | 30 | 5 | 0 | 130 | 25 | 77 | 117 | 54 |
| Binary | 10111111 | 11001001 | 11000 | 101 | 0 | 1011000 | 10101 | 111111 | 1001111 | 101100 |
Color Harmonies of #BFC918
Complementary color
Monochromatic Colors of #BFC918
Black with #BFC918
Text Example
Text Example
White with #BFC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC918; }
p { color: rgb(191,201,24); }
H1.HeaderClassName
{
color: #BFC918;
}
.AnyTagClassName
{
color: #BFC918;
}
</style>
background-color css
<style>
a { background-color: #BFC918; }
a { background-color: rgb(191,201,24); }
div.DivClassName
{
background-color: #BFC918;
}
.BgClassName
{
background-color: #BFC918;
}
</style>
border-color css
<style>
span { border-color: #BFC918; }
span { border-color: rgb(191,201,24); }
td.TdClassName
{
border-color: #BFC918;
}
.TagClassName
{
border-color: #BFC918;
}
</style>