Shades of Rio Grande #BAC325
Tints of Rio Grande #BAC325
RGB
CMYK
RGB Variations
Color information
#BAC325 (or 0xBAC325) is known color: Rio Grande. HEX triplet: BA, C3 and 25. RGB value is (186,195,37). Sum of RGB (Red+Green+Blue) = 186+195+37=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC325 is #453CDA. Grayscale: #AEAEAE. Windows color (decimal): -4537563 or 2474938. OLE color: 2474938.
HSL color Cylindrical-coordinate representation of color #BAC325: hue angle of 63.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC325 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 37 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.24 |
| HSL | 63.42º | 0.68% | 0.45% | - |
| HSV(B) | 63.42º | 0.81% | 0.76% | - |
| XYZ | 40.1 | 49.6 | 9.21 | - |
| YUV | 174.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 37 | 0.05 | 0 | 0.81 | 0.24 | 63.42 | 0.68 | 0.45 |
| Hex | BA | C3 | 25 | 5 | 0 | 51 | 18 | 3F | 44 | 2D |
| Octal | 272 | 303 | 45 | 5 | 0 | 121 | 30 | 77 | 104 | 55 |
| Binary | 10111010 | 11000011 | 100101 | 101 | 0 | 1010001 | 11000 | 111111 | 1000100 | 101101 |
Color Harmonies of #BAC325
Complementary color
Monochromatic Colors of #BAC325
Black with #BAC325
Text Example
Text Example
White with #BAC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC325; }
p { color: rgb(186,195,37); }
H1.HeaderClassName
{
color: #BAC325;
}
.AnyTagClassName
{
color: #BAC325;
}
</style>
background-color css
<style>
a { background-color: #BAC325; }
a { background-color: rgb(186,195,37); }
div.DivClassName
{
background-color: #BAC325;
}
.BgClassName
{
background-color: #BAC325;
}
</style>
border-color css
<style>
span { border-color: #BAC325; }
span { border-color: rgb(186,195,37); }
td.TdClassName
{
border-color: #BAC325;
}
.TagClassName
{
border-color: #BAC325;
}
</style>