Shades of Rio Grande #BFC01B
Tints of Rio Grande #BFC01B
RGB
CMYK
RGB Variations
Color information
#BFC01B (or 0xBFC01B) is known color: Rio Grande. HEX triplet: BF, C0 and 1B. RGB value is (191,192,27). Sum of RGB (Red+Green+Blue) = 191+192+27=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC01B is #403FE4. Grayscale: #ADADAD. Windows color (decimal): -4210661 or 1818815. OLE color: 1818815.
HSL color Cylindrical-coordinate representation of color #BFC01B: hue angle of 60.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFC01B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.25 |
| HSL | 60.36º | 0.75% | 0.43% | - |
| HSV(B) | 60.36º | 0.86% | 0.75% | - |
| XYZ | 40.53 | 48.85 | 8.33 | - |
| YUV | 172.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 27 | 0.01 | 0 | 0.86 | 0.25 | 60.36 | 0.75 | 0.43 |
| Hex | BF | C0 | 1B | 1 | 0 | 56 | 19 | 3C | 4B | 2B |
| Octal | 277 | 300 | 33 | 1 | 0 | 126 | 31 | 74 | 113 | 53 |
| Binary | 10111111 | 11000000 | 11011 | 1 | 0 | 1010110 | 11001 | 111100 | 1001011 | 101011 |
Color Harmonies of #BFC01B
Complementary color
Monochromatic Colors of #BFC01B
Black with #BFC01B
Text Example
Text Example
White with #BFC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC01B; }
p { color: rgb(191,192,27); }
H1.HeaderClassName
{
color: #BFC01B;
}
.AnyTagClassName
{
color: #BFC01B;
}
</style>
background-color css
<style>
a { background-color: #BFC01B; }
a { background-color: rgb(191,192,27); }
div.DivClassName
{
background-color: #BFC01B;
}
.BgClassName
{
background-color: #BFC01B;
}
</style>
border-color css
<style>
span { border-color: #BFC01B; }
span { border-color: rgb(191,192,27); }
td.TdClassName
{
border-color: #BFC01B;
}
.TagClassName
{
border-color: #BFC01B;
}
</style>