Shades of Rio Grande #BAC01E
Tints of Rio Grande #BAC01E
RGB
CMYK
RGB Variations
Color information
#BAC01E (or 0xBAC01E) is known color: Rio Grande. HEX triplet: BA, C0 and 1E. RGB value is (186,192,30). Sum of RGB (Red+Green+Blue) = 186+192+30=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC01E is #453FE1. Grayscale: #ACACAC. Windows color (decimal): -4538338 or 2015418. OLE color: 2015418.
HSL color Cylindrical-coordinate representation of color #BAC01E: hue angle of 62.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC01E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.25 |
| HSL | 62.22º | 0.73% | 0.44% | - |
| HSV(B) | 62.22º | 0.84% | 0.75% | - |
| XYZ | 39.33 | 48.23 | 8.46 | - |
| YUV | 171.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 30 | 0.03 | 0 | 0.84 | 0.25 | 62.22 | 0.73 | 0.44 |
| Hex | BA | C0 | 1E | 3 | 0 | 54 | 19 | 3E | 49 | 2C |
| Octal | 272 | 300 | 36 | 3 | 0 | 124 | 31 | 76 | 111 | 54 |
| Binary | 10111010 | 11000000 | 11110 | 11 | 0 | 1010100 | 11001 | 111110 | 1001001 | 101100 |
Color Harmonies of #BAC01E
Complementary color
Monochromatic Colors of #BAC01E
Black with #BAC01E
Text Example
Text Example
White with #BAC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC01E; }
p { color: rgb(186,192,30); }
H1.HeaderClassName
{
color: #BAC01E;
}
.AnyTagClassName
{
color: #BAC01E;
}
</style>
background-color css
<style>
a { background-color: #BAC01E; }
a { background-color: rgb(186,192,30); }
div.DivClassName
{
background-color: #BAC01E;
}
.BgClassName
{
background-color: #BAC01E;
}
</style>
border-color css
<style>
span { border-color: #BAC01E; }
span { border-color: rgb(186,192,30); }
td.TdClassName
{
border-color: #BAC01E;
}
.TagClassName
{
border-color: #BAC01E;
}
</style>