Shades of Rio Grande #BAC327
Tints of Rio Grande #BAC327
RGB
CMYK
RGB Variations
Color information
#BAC327 (or 0xBAC327) is known color: Rio Grande. HEX triplet: BA, C3 and 27. RGB value is (186,195,39). Sum of RGB (Red+Green+Blue) = 186+195+39=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC327 is #453CD8. Grayscale: #AFAFAF. Windows color (decimal): -4537561 or 2606010. OLE color: 2606010.
HSL color Cylindrical-coordinate representation of color #BAC327: hue angle of 63.46º 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 #BAC327 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.24 |
| HSL | 63.46º | 0.67% | 0.46% | - |
| HSV(B) | 63.46º | 0.8% | 0.76% | - |
| XYZ | 40.13 | 49.62 | 9.38 | - |
| YUV | 174.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 39 | 0.05 | 0 | 0.80 | 0.24 | 63.46 | 0.67 | 0.46 |
| Hex | BA | C3 | 27 | 5 | 0 | 50 | 18 | 3F | 43 | 2E |
| Octal | 272 | 303 | 47 | 5 | 0 | 120 | 30 | 77 | 103 | 56 |
| Binary | 10111010 | 11000011 | 100111 | 101 | 0 | 1010000 | 11000 | 111111 | 1000011 | 101110 |
Color Harmonies of #BAC327
Complementary color
Monochromatic Colors of #BAC327
Black with #BAC327
Text Example
Text Example
White with #BAC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC327; }
p { color: rgb(186,195,39); }
H1.HeaderClassName
{
color: #BAC327;
}
.AnyTagClassName
{
color: #BAC327;
}
</style>
background-color css
<style>
a { background-color: #BAC327; }
a { background-color: rgb(186,195,39); }
div.DivClassName
{
background-color: #BAC327;
}
.BgClassName
{
background-color: #BAC327;
}
</style>
border-color css
<style>
span { border-color: #BAC327; }
span { border-color: rgb(186,195,39); }
td.TdClassName
{
border-color: #BAC327;
}
.TagClassName
{
border-color: #BAC327;
}
</style>