Shades of Rio Grande #BAC81A
Tints of Rio Grande #BAC81A
RGB
CMYK
RGB Variations
Color information
#BAC81A (or 0xBAC81A) is known color: Rio Grande. HEX triplet: BA, C8 and 1A. RGB value is (186,200,26). Sum of RGB (Red+Green+Blue) = 186+200+26=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC81A is #4537E5. Grayscale: #B0B0B0. Windows color (decimal): -4536294 or 1755322. OLE color: 1755322.
HSL color Cylindrical-coordinate representation of color #BAC81A: hue angle of 64.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC81A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 26 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.22 |
| HSL | 64.83º | 0.77% | 0.44% | - |
| HSV(B) | 64.83º | 0.87% | 0.78% | - |
| XYZ | 41.09 | 51.82 | 8.81 | - |
| YUV | 175.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 26 | 0.07 | 0 | 0.87 | 0.22 | 64.83 | 0.77 | 0.44 |
| Hex | BA | C8 | 1A | 7 | 0 | 57 | 16 | 41 | 4D | 2C |
| Octal | 272 | 310 | 32 | 7 | 0 | 127 | 26 | 101 | 115 | 54 |
| Binary | 10111010 | 11001000 | 11010 | 111 | 0 | 1010111 | 10110 | 1000001 | 1001101 | 101100 |
Color Harmonies of #BAC81A
Complementary color
Monochromatic Colors of #BAC81A
Black with #BAC81A
Text Example
Text Example
White with #BAC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC81A; }
p { color: rgb(186,200,26); }
H1.HeaderClassName
{
color: #BAC81A;
}
.AnyTagClassName
{
color: #BAC81A;
}
</style>
background-color css
<style>
a { background-color: #BAC81A; }
a { background-color: rgb(186,200,26); }
div.DivClassName
{
background-color: #BAC81A;
}
.BgClassName
{
background-color: #BAC81A;
}
</style>
border-color css
<style>
span { border-color: #BAC81A; }
span { border-color: rgb(186,200,26); }
td.TdClassName
{
border-color: #BAC81A;
}
.TagClassName
{
border-color: #BAC81A;
}
</style>