Shades of Rio Grande #BAC01A
Tints of Rio Grande #BAC01A
RGB
CMYK
RGB Variations
Color information
#BAC01A (or 0xBAC01A) is known color: Rio Grande. HEX triplet: BA, C0 and 1A. RGB value is (186,192,26). Sum of RGB (Red+Green+Blue) = 186+192+26=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC01A is #453FE5. Grayscale: #ABABAB. Windows color (decimal): -4538342 or 1753274. OLE color: 1753274.
HSL color Cylindrical-coordinate representation of color #BAC01A: hue angle of 62.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC01A is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 26 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.25 |
| HSL | 62.17º | 0.76% | 0.43% | - |
| HSV(B) | 62.17º | 0.86% | 0.75% | - |
| XYZ | 39.29 | 48.21 | 8.21 | - |
| YUV | 171.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 26 | 0.03 | 0 | 0.86 | 0.25 | 62.17 | 0.76 | 0.43 |
| Hex | BA | C0 | 1A | 3 | 0 | 56 | 19 | 3E | 4C | 2B |
| Octal | 272 | 300 | 32 | 3 | 0 | 126 | 31 | 76 | 114 | 53 |
| Binary | 10111010 | 11000000 | 11010 | 11 | 0 | 1010110 | 11001 | 111110 | 1001100 | 101011 |
Color Harmonies of #BAC01A
Complementary color
Monochromatic Colors of #BAC01A
Black with #BAC01A
Text Example
Text Example
White with #BAC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC01A; }
p { color: rgb(186,192,26); }
H1.HeaderClassName
{
color: #BAC01A;
}
.AnyTagClassName
{
color: #BAC01A;
}
</style>
background-color css
<style>
a { background-color: #BAC01A; }
a { background-color: rgb(186,192,26); }
div.DivClassName
{
background-color: #BAC01A;
}
.BgClassName
{
background-color: #BAC01A;
}
</style>
border-color css
<style>
span { border-color: #BAC01A; }
span { border-color: rgb(186,192,26); }
td.TdClassName
{
border-color: #BAC01A;
}
.TagClassName
{
border-color: #BAC01A;
}
</style>