Shades of Rio Grande #BFC21C
Tints of Rio Grande #BFC21C
RGB
CMYK
RGB Variations
Color information
#BFC21C (or 0xBFC21C) is known color: Rio Grande. HEX triplet: BF, C2 and 1C. RGB value is (191,194,28). Sum of RGB (Red+Green+Blue) = 191+194+28=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC21C is #403DE3. Grayscale: #AEAEAE. Windows color (decimal): -4210148 or 1884863. OLE color: 1884863.
HSL color Cylindrical-coordinate representation of color #BFC21C: hue angle of 61.08º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFC21C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.24 |
| HSL | 61.08º | 0.75% | 0.44% | - |
| HSV(B) | 61.08º | 0.86% | 0.76% | - |
| XYZ | 40.99 | 49.74 | 8.54 | - |
| YUV | 174.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 28 | 0.02 | 0 | 0.86 | 0.24 | 61.08 | 0.75 | 0.44 |
| Hex | BF | C2 | 1C | 2 | 0 | 56 | 18 | 3D | 4B | 2C |
| Octal | 277 | 302 | 34 | 2 | 0 | 126 | 30 | 75 | 113 | 54 |
| Binary | 10111111 | 11000010 | 11100 | 10 | 0 | 1010110 | 11000 | 111101 | 1001011 | 101100 |
Color Harmonies of #BFC21C
Complementary color
Monochromatic Colors of #BFC21C
Black with #BFC21C
Text Example
Text Example
White with #BFC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC21C; }
p { color: rgb(191,194,28); }
H1.HeaderClassName
{
color: #BFC21C;
}
.AnyTagClassName
{
color: #BFC21C;
}
</style>
background-color css
<style>
a { background-color: #BFC21C; }
a { background-color: rgb(191,194,28); }
div.DivClassName
{
background-color: #BFC21C;
}
.BgClassName
{
background-color: #BFC21C;
}
</style>
border-color css
<style>
span { border-color: #BFC21C; }
span { border-color: rgb(191,194,28); }
td.TdClassName
{
border-color: #BFC21C;
}
.TagClassName
{
border-color: #BFC21C;
}
</style>