Shades of Rio Grande #BAC926
Tints of Rio Grande #BAC926
RGB
CMYK
RGB Variations
Color information
#BAC926 (or 0xBAC926) is known color: Rio Grande. HEX triplet: BA, C9 and 26. RGB value is (186,201,38). Sum of RGB (Red+Green+Blue) = 186+201+38=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC926 is #4536D9. Grayscale: #B2B2B2. Windows color (decimal): -4536026 or 2542010. OLE color: 2542010.
HSL color Cylindrical-coordinate representation of color #BAC926: hue angle of 65.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC926 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 38 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.21 |
| HSL | 65.52º | 0.68% | 0.47% | - |
| HSV(B) | 65.52º | 0.81% | 0.79% | - |
| XYZ | 41.49 | 52.35 | 9.75 | - |
| YUV | 177.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 38 | 0.07 | 0 | 0.81 | 0.21 | 65.52 | 0.68 | 0.47 |
| Hex | BA | C9 | 26 | 7 | 0 | 51 | 15 | 42 | 44 | 2F |
| Octal | 272 | 311 | 46 | 7 | 0 | 121 | 25 | 102 | 104 | 57 |
| Binary | 10111010 | 11001001 | 100110 | 111 | 0 | 1010001 | 10101 | 1000010 | 1000100 | 101111 |
Color Harmonies of #BAC926
Complementary color
Monochromatic Colors of #BAC926
Black with #BAC926
Text Example
Text Example
White with #BAC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC926; }
p { color: rgb(186,201,38); }
H1.HeaderClassName
{
color: #BAC926;
}
.AnyTagClassName
{
color: #BAC926;
}
</style>
background-color css
<style>
a { background-color: #BAC926; }
a { background-color: rgb(186,201,38); }
div.DivClassName
{
background-color: #BAC926;
}
.BgClassName
{
background-color: #BAC926;
}
</style>
border-color css
<style>
span { border-color: #BAC926; }
span { border-color: rgb(186,201,38); }
td.TdClassName
{
border-color: #BAC926;
}
.TagClassName
{
border-color: #BAC926;
}
</style>