Shades of Rio Grande #BAC02F
Tints of Rio Grande #BAC02F
RGB
CMYK
RGB Variations
Color information
#BAC02F (or 0xBAC02F) is known color: Rio Grande. HEX triplet: BA, C0 and 2F. RGB value is (186,192,47). Sum of RGB (Red+Green+Blue) = 186+192+47=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC02F is #453FD0. Grayscale: #AEAEAE. Windows color (decimal): -4538321 or 3129530. OLE color: 3129530.
HSL color Cylindrical-coordinate representation of color #BAC02F: hue angle of 62.48º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAC02F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 47 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.25 |
| HSL | 62.48º | 0.61% | 0.47% | - |
| HSV(B) | 62.48º | 0.76% | 0.75% | - |
| XYZ | 39.61 | 48.34 | 9.93 | - |
| YUV | 173.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 47 | 0.03 | 0 | 0.76 | 0.25 | 62.48 | 0.61 | 0.47 |
| Hex | BA | C0 | 2F | 3 | 0 | 4C | 19 | 3E | 3D | 2F |
| Octal | 272 | 300 | 57 | 3 | 0 | 114 | 31 | 76 | 75 | 57 |
| Binary | 10111010 | 11000000 | 101111 | 11 | 0 | 1001100 | 11001 | 111110 | 111101 | 101111 |
Color Harmonies of #BAC02F
Complementary color
Monochromatic Colors of #BAC02F
Black with #BAC02F
Text Example
Text Example
White with #BAC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC02F; }
p { color: rgb(186,192,47); }
H1.HeaderClassName
{
color: #BAC02F;
}
.AnyTagClassName
{
color: #BAC02F;
}
</style>
background-color css
<style>
a { background-color: #BAC02F; }
a { background-color: rgb(186,192,47); }
div.DivClassName
{
background-color: #BAC02F;
}
.BgClassName
{
background-color: #BAC02F;
}
</style>
border-color css
<style>
span { border-color: #BAC02F; }
span { border-color: rgb(186,192,47); }
td.TdClassName
{
border-color: #BAC02F;
}
.TagClassName
{
border-color: #BAC02F;
}
</style>