Shades of Rio Grande #BAC628
Tints of Rio Grande #BAC628
RGB
CMYK
RGB Variations
Color information
#BAC628 (or 0xBAC628) is known color: Rio Grande. HEX triplet: BA, C6 and 28. RGB value is (186,198,40). Sum of RGB (Red+Green+Blue) = 186+198+40=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC628 is #4539D7. Grayscale: #B1B1B1. Windows color (decimal): -4536792 or 2672314. OLE color: 2672314.
HSL color Cylindrical-coordinate representation of color #BAC628: hue angle of 64.56º 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 #BAC628 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 40 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.22 |
| HSL | 64.56º | 0.66% | 0.47% | - |
| HSV(B) | 64.56º | 0.8% | 0.78% | - |
| XYZ | 40.83 | 50.98 | 9.7 | - |
| YUV | 176.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 40 | 0.06 | 0 | 0.80 | 0.22 | 64.56 | 0.66 | 0.47 |
| Hex | BA | C6 | 28 | 6 | 0 | 50 | 16 | 41 | 42 | 2F |
| Octal | 272 | 306 | 50 | 6 | 0 | 120 | 26 | 101 | 102 | 57 |
| Binary | 10111010 | 11000110 | 101000 | 110 | 0 | 1010000 | 10110 | 1000001 | 1000010 | 101111 |
Color Harmonies of #BAC628
Complementary color
Monochromatic Colors of #BAC628
Black with #BAC628
Text Example
Text Example
White with #BAC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC628; }
p { color: rgb(186,198,40); }
H1.HeaderClassName
{
color: #BAC628;
}
.AnyTagClassName
{
color: #BAC628;
}
</style>
background-color css
<style>
a { background-color: #BAC628; }
a { background-color: rgb(186,198,40); }
div.DivClassName
{
background-color: #BAC628;
}
.BgClassName
{
background-color: #BAC628;
}
</style>
border-color css
<style>
span { border-color: #BAC628; }
span { border-color: rgb(186,198,40); }
td.TdClassName
{
border-color: #BAC628;
}
.TagClassName
{
border-color: #BAC628;
}
</style>