Shades of Rio Grande #BAC031
Tints of Rio Grande #BAC031
RGB
CMYK
RGB Variations
Color information
#BAC031 (or 0xBAC031) is known color: Rio Grande. HEX triplet: BA, C0 and 31. RGB value is (186,192,49). Sum of RGB (Red+Green+Blue) = 186+192+49=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC031 is #453FCE. Grayscale: #AEAEAE. Windows color (decimal): -4538319 or 3260602. OLE color: 3260602.
HSL color Cylindrical-coordinate representation of color #BAC031: hue angle of 62.52º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAC031 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 49 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.25 |
| HSL | 62.52º | 0.59% | 0.47% | - |
| HSV(B) | 62.52º | 0.74% | 0.75% | - |
| XYZ | 39.65 | 48.36 | 10.15 | - |
| YUV | 173.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 49 | 0.03 | 0 | 0.74 | 0.25 | 62.52 | 0.59 | 0.47 |
| Hex | BA | C0 | 31 | 3 | 0 | 4A | 19 | 3F | 3B | 2F |
| Octal | 272 | 300 | 61 | 3 | 0 | 112 | 31 | 77 | 73 | 57 |
| Binary | 10111010 | 11000000 | 110001 | 11 | 0 | 1001010 | 11001 | 111111 | 111011 | 101111 |
Color Harmonies of #BAC031
Complementary color
Monochromatic Colors of #BAC031
Black with #BAC031
Text Example
Text Example
White with #BAC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC031; }
p { color: rgb(186,192,49); }
H1.HeaderClassName
{
color: #BAC031;
}
.AnyTagClassName
{
color: #BAC031;
}
</style>
background-color css
<style>
a { background-color: #BAC031; }
a { background-color: rgb(186,192,49); }
div.DivClassName
{
background-color: #BAC031;
}
.BgClassName
{
background-color: #BAC031;
}
</style>
border-color css
<style>
span { border-color: #BAC031; }
span { border-color: rgb(186,192,49); }
td.TdClassName
{
border-color: #BAC031;
}
.TagClassName
{
border-color: #BAC031;
}
</style>