Shades of Rio Grande #BAC030
Tints of Rio Grande #BAC030
RGB
CMYK
RGB Variations
Color information
#BAC030 (or 0xBAC030) is known color: Rio Grande. HEX triplet: BA, C0 and 30. RGB value is (186,192,48). Sum of RGB (Red+Green+Blue) = 186+192+48=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC030 is #453FCF. Grayscale: #AEAEAE. Windows color (decimal): -4538320 or 3195066. OLE color: 3195066.
HSL color Cylindrical-coordinate representation of color #BAC030: hue angle of 62.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAC030 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 48 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.25 |
| HSL | 62.5º | 0.6% | 0.47% | - |
| HSV(B) | 62.5º | 0.75% | 0.75% | - |
| XYZ | 39.63 | 48.35 | 10.04 | - |
| YUV | 173.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 48 | 0.03 | 0 | 0.75 | 0.25 | 62.5 | 0.6 | 0.47 |
| Hex | BA | C0 | 30 | 3 | 0 | 4B | 19 | 3F | 3C | 2F |
| Octal | 272 | 300 | 60 | 3 | 0 | 113 | 31 | 77 | 74 | 57 |
| Binary | 10111010 | 11000000 | 110000 | 11 | 0 | 1001011 | 11001 | 111111 | 111100 | 101111 |
Color Harmonies of #BAC030
Complementary color
Monochromatic Colors of #BAC030
Black with #BAC030
Text Example
Text Example
White with #BAC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC030; }
p { color: rgb(186,192,48); }
H1.HeaderClassName
{
color: #BAC030;
}
.AnyTagClassName
{
color: #BAC030;
}
</style>
background-color css
<style>
a { background-color: #BAC030; }
a { background-color: rgb(186,192,48); }
div.DivClassName
{
background-color: #BAC030;
}
.BgClassName
{
background-color: #BAC030;
}
</style>
border-color css
<style>
span { border-color: #BAC030; }
span { border-color: rgb(186,192,48); }
td.TdClassName
{
border-color: #BAC030;
}
.TagClassName
{
border-color: #BAC030;
}
</style>