Shades of Rio Grande #BAC829
Tints of Rio Grande #BAC829
RGB
CMYK
RGB Variations
Color information
#BAC829 (or 0xBAC829) is known color: Rio Grande. HEX triplet: BA, C8 and 29. RGB value is (186,200,41). Sum of RGB (Red+Green+Blue) = 186+200+41=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC829 is #4537D6. Grayscale: #B2B2B2. Windows color (decimal): -4536279 or 2738362. OLE color: 2738362.
HSL color Cylindrical-coordinate representation of color #BAC829: hue angle of 65.28º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAC829 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 41 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.22 |
| HSL | 65.28º | 0.66% | 0.47% | - |
| HSV(B) | 65.28º | 0.8% | 0.78% | - |
| XYZ | 41.3 | 51.91 | 9.94 | - |
| YUV | 177.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 41 | 0.07 | 0 | 0.80 | 0.22 | 65.28 | 0.66 | 0.47 |
| Hex | BA | C8 | 29 | 7 | 0 | 50 | 16 | 41 | 42 | 2F |
| Octal | 272 | 310 | 51 | 7 | 0 | 120 | 26 | 101 | 102 | 57 |
| Binary | 10111010 | 11001000 | 101001 | 111 | 0 | 1010000 | 10110 | 1000001 | 1000010 | 101111 |
Color Harmonies of #BAC829
Complementary color
Monochromatic Colors of #BAC829
Black with #BAC829
Text Example
Text Example
White with #BAC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC829; }
p { color: rgb(186,200,41); }
H1.HeaderClassName
{
color: #BAC829;
}
.AnyTagClassName
{
color: #BAC829;
}
</style>
background-color css
<style>
a { background-color: #BAC829; }
a { background-color: rgb(186,200,41); }
div.DivClassName
{
background-color: #BAC829;
}
.BgClassName
{
background-color: #BAC829;
}
</style>
border-color css
<style>
span { border-color: #BAC829; }
span { border-color: rgb(186,200,41); }
td.TdClassName
{
border-color: #BAC829;
}
.TagClassName
{
border-color: #BAC829;
}
</style>