Shades of Rio Grande #BAC227
Tints of Rio Grande #BAC227
RGB
CMYK
RGB Variations
Color information
#BAC227 (or 0xBAC227) is known color: Rio Grande. HEX triplet: BA, C2 and 27. RGB value is (186,194,39). Sum of RGB (Red+Green+Blue) = 186+194+39=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC227 is #453DD8. Grayscale: #AEAEAE. Windows color (decimal): -4537817 or 2605754. OLE color: 2605754.
HSL color Cylindrical-coordinate representation of color #BAC227: hue angle of 63.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAC227 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 39 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.24 |
| HSL | 63.1º | 0.67% | 0.46% | - |
| HSV(B) | 63.1º | 0.8% | 0.76% | - |
| XYZ | 39.91 | 49.17 | 9.31 | - |
| YUV | 173.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 39 | 0.04 | 0 | 0.80 | 0.24 | 63.1 | 0.67 | 0.46 |
| Hex | BA | C2 | 27 | 4 | 0 | 50 | 18 | 3F | 43 | 2E |
| Octal | 272 | 302 | 47 | 4 | 0 | 120 | 30 | 77 | 103 | 56 |
| Binary | 10111010 | 11000010 | 100111 | 100 | 0 | 1010000 | 11000 | 111111 | 1000011 | 101110 |
Color Harmonies of #BAC227
Complementary color
Monochromatic Colors of #BAC227
Black with #BAC227
Text Example
Text Example
White with #BAC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC227; }
p { color: rgb(186,194,39); }
H1.HeaderClassName
{
color: #BAC227;
}
.AnyTagClassName
{
color: #BAC227;
}
</style>
background-color css
<style>
a { background-color: #BAC227; }
a { background-color: rgb(186,194,39); }
div.DivClassName
{
background-color: #BAC227;
}
.BgClassName
{
background-color: #BAC227;
}
</style>
border-color css
<style>
span { border-color: #BAC227; }
span { border-color: rgb(186,194,39); }
td.TdClassName
{
border-color: #BAC227;
}
.TagClassName
{
border-color: #BAC227;
}
</style>