Shades of Rio Grande #BAC52A
Tints of Rio Grande #BAC52A
RGB
CMYK
RGB Variations
Color information
#BAC52A (or 0xBAC52A) is known color: Rio Grande. HEX triplet: BA, C5 and 2A. RGB value is (186,197,42). Sum of RGB (Red+Green+Blue) = 186+197+42=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC52A is #453AD5. Grayscale: #B0B0B0. Windows color (decimal): -4537046 or 2803130. OLE color: 2803130.
HSL color Cylindrical-coordinate representation of color #BAC52A: hue angle of 64.26º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAC52A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 42 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.23 |
| HSL | 64.26º | 0.65% | 0.47% | - |
| HSV(B) | 64.26º | 0.79% | 0.77% | - |
| XYZ | 40.63 | 50.54 | 9.8 | - |
| YUV | 176.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 42 | 0.06 | 0 | 0.79 | 0.23 | 64.26 | 0.65 | 0.47 |
| Hex | BA | C5 | 2A | 6 | 0 | 4F | 17 | 40 | 41 | 2F |
| Octal | 272 | 305 | 52 | 6 | 0 | 117 | 27 | 100 | 101 | 57 |
| Binary | 10111010 | 11000101 | 101010 | 110 | 0 | 1001111 | 10111 | 1000000 | 1000001 | 101111 |
Color Harmonies of #BAC52A
Complementary color
Monochromatic Colors of #BAC52A
Black with #BAC52A
Text Example
Text Example
White with #BAC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC52A; }
p { color: rgb(186,197,42); }
H1.HeaderClassName
{
color: #BAC52A;
}
.AnyTagClassName
{
color: #BAC52A;
}
</style>
background-color css
<style>
a { background-color: #BAC52A; }
a { background-color: rgb(186,197,42); }
div.DivClassName
{
background-color: #BAC52A;
}
.BgClassName
{
background-color: #BAC52A;
}
</style>
border-color css
<style>
span { border-color: #BAC52A; }
span { border-color: rgb(186,197,42); }
td.TdClassName
{
border-color: #BAC52A;
}
.TagClassName
{
border-color: #BAC52A;
}
</style>