Shades of Rio Grande #BAC12F
Tints of Rio Grande #BAC12F
RGB
CMYK
RGB Variations
Color information
#BAC12F (or 0xBAC12F) is known color: Rio Grande. HEX triplet: BA, C1 and 2F. RGB value is (186,193,47). Sum of RGB (Red+Green+Blue) = 186+193+47=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC12F is #453ED0. Grayscale: #AEAEAE. Windows color (decimal): -4538065 or 3129786. OLE color: 3129786.
HSL color Cylindrical-coordinate representation of color #BAC12F: hue angle of 62.88º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAC12F is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 47 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.24 |
| HSL | 62.88º | 0.61% | 0.47% | - |
| HSV(B) | 62.88º | 0.76% | 0.76% | - |
| XYZ | 39.83 | 48.78 | 10.01 | - |
| YUV | 174.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 47 | 0.04 | 0 | 0.76 | 0.24 | 62.88 | 0.61 | 0.47 |
| Hex | BA | C1 | 2F | 4 | 0 | 4C | 18 | 3F | 3D | 2F |
| Octal | 272 | 301 | 57 | 4 | 0 | 114 | 30 | 77 | 75 | 57 |
| Binary | 10111010 | 11000001 | 101111 | 100 | 0 | 1001100 | 11000 | 111111 | 111101 | 101111 |
Color Harmonies of #BAC12F
Complementary color
Monochromatic Colors of #BAC12F
Black with #BAC12F
Text Example
Text Example
White with #BAC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC12F; }
p { color: rgb(186,193,47); }
H1.HeaderClassName
{
color: #BAC12F;
}
.AnyTagClassName
{
color: #BAC12F;
}
</style>
background-color css
<style>
a { background-color: #BAC12F; }
a { background-color: rgb(186,193,47); }
div.DivClassName
{
background-color: #BAC12F;
}
.BgClassName
{
background-color: #BAC12F;
}
</style>
border-color css
<style>
span { border-color: #BAC12F; }
span { border-color: rgb(186,193,47); }
td.TdClassName
{
border-color: #BAC12F;
}
.TagClassName
{
border-color: #BAC12F;
}
</style>