Shades of Rio Grande #BAC81D
Tints of Rio Grande #BAC81D
RGB
CMYK
RGB Variations
Color information
#BAC81D (or 0xBAC81D) is known color: Rio Grande. HEX triplet: BA, C8 and 1D. RGB value is (186,200,29). Sum of RGB (Red+Green+Blue) = 186+200+29=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC81D is #4537E2. Grayscale: #B0B0B0. Windows color (decimal): -4536291 or 1951930. OLE color: 1951930.
HSL color Cylindrical-coordinate representation of color #BAC81D: hue angle of 64.91º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC81D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 29 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.22 |
| HSL | 64.91º | 0.75% | 0.45% | - |
| HSV(B) | 64.91º | 0.86% | 0.78% | - |
| XYZ | 41.13 | 51.84 | 9 | - |
| YUV | 176.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 29 | 0.07 | 0 | 0.86 | 0.22 | 64.91 | 0.75 | 0.45 |
| Hex | BA | C8 | 1D | 7 | 0 | 56 | 16 | 41 | 4B | 2D |
| Octal | 272 | 310 | 35 | 7 | 0 | 126 | 26 | 101 | 113 | 55 |
| Binary | 10111010 | 11001000 | 11101 | 111 | 0 | 1010110 | 10110 | 1000001 | 1001011 | 101101 |
Color Harmonies of #BAC81D
Complementary color
Monochromatic Colors of #BAC81D
Black with #BAC81D
Text Example
Text Example
White with #BAC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC81D; }
p { color: rgb(186,200,29); }
H1.HeaderClassName
{
color: #BAC81D;
}
.AnyTagClassName
{
color: #BAC81D;
}
</style>
background-color css
<style>
a { background-color: #BAC81D; }
a { background-color: rgb(186,200,29); }
div.DivClassName
{
background-color: #BAC81D;
}
.BgClassName
{
background-color: #BAC81D;
}
</style>
border-color css
<style>
span { border-color: #BAC81D; }
span { border-color: rgb(186,200,29); }
td.TdClassName
{
border-color: #BAC81D;
}
.TagClassName
{
border-color: #BAC81D;
}
</style>