Shades of Rio Grande #BAC018
Tints of Rio Grande #BAC018
RGB
CMYK
RGB Variations
Color information
#BAC018 (or 0xBAC018) is known color: Rio Grande. HEX triplet: BA, C0 and 18. RGB value is (186,192,24). Sum of RGB (Red+Green+Blue) = 186+192+24=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC018 is #453FE7. Grayscale: #ABABAB. Windows color (decimal): -4538344 or 1622202. OLE color: 1622202.
HSL color Cylindrical-coordinate representation of color #BAC018: hue angle of 62.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC018 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 24 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.25 |
| HSL | 62.14º | 0.78% | 0.42% | - |
| HSV(B) | 62.14º | 0.88% | 0.75% | - |
| XYZ | 39.26 | 48.2 | 8.1 | - |
| YUV | 171.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 24 | 0.03 | 0 | 0.88 | 0.25 | 62.14 | 0.78 | 0.42 |
| Hex | BA | C0 | 18 | 3 | 0 | 58 | 19 | 3E | 4E | 2A |
| Octal | 272 | 300 | 30 | 3 | 0 | 130 | 31 | 76 | 116 | 52 |
| Binary | 10111010 | 11000000 | 11000 | 11 | 0 | 1011000 | 11001 | 111110 | 1001110 | 101010 |
Color Harmonies of #BAC018
Complementary color
Monochromatic Colors of #BAC018
Black with #BAC018
Text Example
Text Example
White with #BAC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC018; }
p { color: rgb(186,192,24); }
H1.HeaderClassName
{
color: #BAC018;
}
.AnyTagClassName
{
color: #BAC018;
}
</style>
background-color css
<style>
a { background-color: #BAC018; }
a { background-color: rgb(186,192,24); }
div.DivClassName
{
background-color: #BAC018;
}
.BgClassName
{
background-color: #BAC018;
}
</style>
border-color css
<style>
span { border-color: #BAC018; }
span { border-color: rgb(186,192,24); }
td.TdClassName
{
border-color: #BAC018;
}
.TagClassName
{
border-color: #BAC018;
}
</style>