Shades of Rio Grande #BAC42B
Tints of Rio Grande #BAC42B
RGB
CMYK
RGB Variations
Color information
#BAC42B (or 0xBAC42B) is known color: Rio Grande. HEX triplet: BA, C4 and 2B. RGB value is (186,196,43). Sum of RGB (Red+Green+Blue) = 186+196+43=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC42B is #453BD4. Grayscale: #B0B0B0. Windows color (decimal): -4537301 or 2868410. OLE color: 2868410.
HSL color Cylindrical-coordinate representation of color #BAC42B: hue angle of 63.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAC42B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 43 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.23 |
| HSL | 63.92º | 0.64% | 0.47% | - |
| HSV(B) | 63.92º | 0.78% | 0.77% | - |
| XYZ | 40.43 | 50.09 | 9.82 | - |
| YUV | 175.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 43 | 0.05 | 0 | 0.78 | 0.23 | 63.92 | 0.64 | 0.47 |
| Hex | BA | C4 | 2B | 5 | 0 | 4E | 17 | 40 | 40 | 2F |
| Octal | 272 | 304 | 53 | 5 | 0 | 116 | 27 | 100 | 100 | 57 |
| Binary | 10111010 | 11000100 | 101011 | 101 | 0 | 1001110 | 10111 | 1000000 | 1000000 | 101111 |
Color Harmonies of #BAC42B
Complementary color
Monochromatic Colors of #BAC42B
Black with #BAC42B
Text Example
Text Example
White with #BAC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC42B; }
p { color: rgb(186,196,43); }
H1.HeaderClassName
{
color: #BAC42B;
}
.AnyTagClassName
{
color: #BAC42B;
}
</style>
background-color css
<style>
a { background-color: #BAC42B; }
a { background-color: rgb(186,196,43); }
div.DivClassName
{
background-color: #BAC42B;
}
.BgClassName
{
background-color: #BAC42B;
}
</style>
border-color css
<style>
span { border-color: #BAC42B; }
span { border-color: rgb(186,196,43); }
td.TdClassName
{
border-color: #BAC42B;
}
.TagClassName
{
border-color: #BAC42B;
}
</style>