Shades of Rio Grande #BAC128
Tints of Rio Grande #BAC128
RGB
CMYK
RGB Variations
Color information
#BAC128 (or 0xBAC128) is known color: Rio Grande. HEX triplet: BA, C1 and 28. RGB value is (186,193,40). Sum of RGB (Red+Green+Blue) = 186+193+40=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC128 is #453ED7. Grayscale: #AEAEAE. Windows color (decimal): -4538072 or 2671034. OLE color: 2671034.
HSL color Cylindrical-coordinate representation of color #BAC128: hue angle of 62.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAC128 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 40 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.24 |
| HSL | 62.75º | 0.66% | 0.46% | - |
| HSV(B) | 62.75º | 0.79% | 0.76% | - |
| XYZ | 39.7 | 48.73 | 9.32 | - |
| YUV | 173.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 40 | 0.04 | 0 | 0.79 | 0.24 | 62.75 | 0.66 | 0.46 |
| Hex | BA | C1 | 28 | 4 | 0 | 4F | 18 | 3F | 42 | 2E |
| Octal | 272 | 301 | 50 | 4 | 0 | 117 | 30 | 77 | 102 | 56 |
| Binary | 10111010 | 11000001 | 101000 | 100 | 0 | 1001111 | 11000 | 111111 | 1000010 | 101110 |
Color Harmonies of #BAC128
Complementary color
Monochromatic Colors of #BAC128
Black with #BAC128
Text Example
Text Example
White with #BAC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC128; }
p { color: rgb(186,193,40); }
H1.HeaderClassName
{
color: #BAC128;
}
.AnyTagClassName
{
color: #BAC128;
}
</style>
background-color css
<style>
a { background-color: #BAC128; }
a { background-color: rgb(186,193,40); }
div.DivClassName
{
background-color: #BAC128;
}
.BgClassName
{
background-color: #BAC128;
}
</style>
border-color css
<style>
span { border-color: #BAC128; }
span { border-color: rgb(186,193,40); }
td.TdClassName
{
border-color: #BAC128;
}
.TagClassName
{
border-color: #BAC128;
}
</style>