Shades of Rio Grande #BAC924
Tints of Rio Grande #BAC924
RGB
CMYK
RGB Variations
Color information
#BAC924 (or 0xBAC924) is known color: Rio Grande. HEX triplet: BA, C9 and 24. RGB value is (186,201,36). Sum of RGB (Red+Green+Blue) = 186+201+36=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC924 is #4536DB. Grayscale: #B2B2B2. Windows color (decimal): -4536028 or 2410938. OLE color: 2410938.
HSL color Cylindrical-coordinate representation of color #BAC924: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAC924 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 36 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.21 |
| HSL | 65.45º | 0.7% | 0.46% | - |
| HSV(B) | 65.45º | 0.82% | 0.79% | - |
| XYZ | 41.45 | 52.34 | 9.59 | - |
| YUV | 177.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 36 | 0.07 | 0 | 0.82 | 0.21 | 65.45 | 0.7 | 0.46 |
| Hex | BA | C9 | 24 | 7 | 0 | 52 | 15 | 41 | 46 | 2E |
| Octal | 272 | 311 | 44 | 7 | 0 | 122 | 25 | 101 | 106 | 56 |
| Binary | 10111010 | 11001001 | 100100 | 111 | 0 | 1010010 | 10101 | 1000001 | 1000110 | 101110 |
Color Harmonies of #BAC924
Complementary color
Monochromatic Colors of #BAC924
Black with #BAC924
Text Example
Text Example
White with #BAC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC924; }
p { color: rgb(186,201,36); }
H1.HeaderClassName
{
color: #BAC924;
}
.AnyTagClassName
{
color: #BAC924;
}
</style>
background-color css
<style>
a { background-color: #BAC924; }
a { background-color: rgb(186,201,36); }
div.DivClassName
{
background-color: #BAC924;
}
.BgClassName
{
background-color: #BAC924;
}
</style>
border-color css
<style>
span { border-color: #BAC924; }
span { border-color: rgb(186,201,36); }
td.TdClassName
{
border-color: #BAC924;
}
.TagClassName
{
border-color: #BAC924;
}
</style>