Shades of Rio Grande #BAC929
Tints of Rio Grande #BAC929
RGB
CMYK
RGB Variations
Color information
#BAC929 (or 0xBAC929) is known color: Rio Grande. HEX triplet: BA, C9 and 29. RGB value is (186,201,41). Sum of RGB (Red+Green+Blue) = 186+201+41=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC929 is #4536D6. Grayscale: #B2B2B2. Windows color (decimal): -4536023 or 2738618. OLE color: 2738618.
HSL color Cylindrical-coordinate representation of color #BAC929: hue angle of 65.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAC929 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 41 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.21 |
| HSL | 65.63º | 0.66% | 0.47% | - |
| HSV(B) | 65.63º | 0.8% | 0.79% | - |
| XYZ | 41.54 | 52.37 | 10.02 | - |
| YUV | 178.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 41 | 0.07 | 0 | 0.80 | 0.21 | 65.63 | 0.66 | 0.47 |
| Hex | BA | C9 | 29 | 7 | 0 | 50 | 15 | 42 | 42 | 2F |
| Octal | 272 | 311 | 51 | 7 | 0 | 120 | 25 | 102 | 102 | 57 |
| Binary | 10111010 | 11001001 | 101001 | 111 | 0 | 1010000 | 10101 | 1000010 | 1000010 | 101111 |
Color Harmonies of #BAC929
Complementary color
Monochromatic Colors of #BAC929
Black with #BAC929
Text Example
Text Example
White with #BAC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC929; }
p { color: rgb(186,201,41); }
H1.HeaderClassName
{
color: #BAC929;
}
.AnyTagClassName
{
color: #BAC929;
}
</style>
background-color css
<style>
a { background-color: #BAC929; }
a { background-color: rgb(186,201,41); }
div.DivClassName
{
background-color: #BAC929;
}
.BgClassName
{
background-color: #BAC929;
}
</style>
border-color css
<style>
span { border-color: #BAC929; }
span { border-color: rgb(186,201,41); }
td.TdClassName
{
border-color: #BAC929;
}
.TagClassName
{
border-color: #BAC929;
}
</style>