Shades of Rio Grande #BAC91C
Tints of Rio Grande #BAC91C
RGB
CMYK
RGB Variations
Color information
#BAC91C (or 0xBAC91C) is known color: Rio Grande. HEX triplet: BA, C9 and 1C. RGB value is (186,201,28). Sum of RGB (Red+Green+Blue) = 186+201+28=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC91C is #4536E3. Grayscale: #B1B1B1. Windows color (decimal): -4536036 or 1886650. OLE color: 1886650.
HSL color Cylindrical-coordinate representation of color #BAC91C: hue angle of 65.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC91C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 28 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.21 |
| HSL | 65.2º | 0.76% | 0.45% | - |
| HSV(B) | 65.2º | 0.86% | 0.79% | - |
| XYZ | 41.35 | 52.3 | 9.01 | - |
| YUV | 176.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 28 | 0.07 | 0 | 0.86 | 0.21 | 65.2 | 0.76 | 0.45 |
| Hex | BA | C9 | 1C | 7 | 0 | 56 | 15 | 41 | 4C | 2D |
| Octal | 272 | 311 | 34 | 7 | 0 | 126 | 25 | 101 | 114 | 55 |
| Binary | 10111010 | 11001001 | 11100 | 111 | 0 | 1010110 | 10101 | 1000001 | 1001100 | 101101 |
Color Harmonies of #BAC91C
Complementary color
Monochromatic Colors of #BAC91C
Black with #BAC91C
Text Example
Text Example
White with #BAC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC91C; }
p { color: rgb(186,201,28); }
H1.HeaderClassName
{
color: #BAC91C;
}
.AnyTagClassName
{
color: #BAC91C;
}
</style>
background-color css
<style>
a { background-color: #BAC91C; }
a { background-color: rgb(186,201,28); }
div.DivClassName
{
background-color: #BAC91C;
}
.BgClassName
{
background-color: #BAC91C;
}
</style>
border-color css
<style>
span { border-color: #BAC91C; }
span { border-color: rgb(186,201,28); }
td.TdClassName
{
border-color: #BAC91C;
}
.TagClassName
{
border-color: #BAC91C;
}
</style>