Shades of Rio Grande #BAC61C
Tints of Rio Grande #BAC61C
RGB
CMYK
RGB Variations
Color information
#BAC61C (or 0xBAC61C) is known color: Rio Grande. HEX triplet: BA, C6 and 1C. RGB value is (186,198,28). Sum of RGB (Red+Green+Blue) = 186+198+28=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC61C is #4539E3. Grayscale: #AFAFAF. Windows color (decimal): -4536804 or 1885882. OLE color: 1885882.
HSL color Cylindrical-coordinate representation of color #BAC61C: hue angle of 64.24º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC61C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 28 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.22 |
| HSL | 64.24º | 0.75% | 0.44% | - |
| HSV(B) | 64.24º | 0.86% | 0.78% | - |
| XYZ | 40.65 | 50.91 | 8.78 | - |
| YUV | 175.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 28 | 0.06 | 0 | 0.86 | 0.22 | 64.24 | 0.75 | 0.44 |
| Hex | BA | C6 | 1C | 6 | 0 | 56 | 16 | 40 | 4B | 2C |
| Octal | 272 | 306 | 34 | 6 | 0 | 126 | 26 | 100 | 113 | 54 |
| Binary | 10111010 | 11000110 | 11100 | 110 | 0 | 1010110 | 10110 | 1000000 | 1001011 | 101100 |
Color Harmonies of #BAC61C
Complementary color
Monochromatic Colors of #BAC61C
Black with #BAC61C
Text Example
Text Example
White with #BAC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC61C; }
p { color: rgb(186,198,28); }
H1.HeaderClassName
{
color: #BAC61C;
}
.AnyTagClassName
{
color: #BAC61C;
}
</style>
background-color css
<style>
a { background-color: #BAC61C; }
a { background-color: rgb(186,198,28); }
div.DivClassName
{
background-color: #BAC61C;
}
.BgClassName
{
background-color: #BAC61C;
}
</style>
border-color css
<style>
span { border-color: #BAC61C; }
span { border-color: rgb(186,198,28); }
td.TdClassName
{
border-color: #BAC61C;
}
.TagClassName
{
border-color: #BAC61C;
}
</style>