Shades of Rio Grande #BAC02D
Tints of Rio Grande #BAC02D
RGB
CMYK
RGB Variations
Color information
#BAC02D (or 0xBAC02D) is known color: Rio Grande. HEX triplet: BA, C0 and 2D. RGB value is (186,192,45). Sum of RGB (Red+Green+Blue) = 186+192+45=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC02D is #453FD2. Grayscale: #AEAEAE. Windows color (decimal): -4538323 or 2998458. OLE color: 2998458.
HSL color Cylindrical-coordinate representation of color #BAC02D: hue angle of 62.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAC02D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 45 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.25 |
| HSL | 62.45º | 0.62% | 0.46% | - |
| HSV(B) | 62.45º | 0.77% | 0.75% | - |
| XYZ | 39.57 | 48.33 | 9.73 | - |
| YUV | 173.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 45 | 0.03 | 0 | 0.77 | 0.25 | 62.45 | 0.62 | 0.46 |
| Hex | BA | C0 | 2D | 3 | 0 | 4D | 19 | 3E | 3E | 2E |
| Octal | 272 | 300 | 55 | 3 | 0 | 115 | 31 | 76 | 76 | 56 |
| Binary | 10111010 | 11000000 | 101101 | 11 | 0 | 1001101 | 11001 | 111110 | 111110 | 101110 |
Color Harmonies of #BAC02D
Complementary color
Monochromatic Colors of #BAC02D
Black with #BAC02D
Text Example
Text Example
White with #BAC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC02D; }
p { color: rgb(186,192,45); }
H1.HeaderClassName
{
color: #BAC02D;
}
.AnyTagClassName
{
color: #BAC02D;
}
</style>
background-color css
<style>
a { background-color: #BAC02D; }
a { background-color: rgb(186,192,45); }
div.DivClassName
{
background-color: #BAC02D;
}
.BgClassName
{
background-color: #BAC02D;
}
</style>
border-color css
<style>
span { border-color: #BAC02D; }
span { border-color: rgb(186,192,45); }
td.TdClassName
{
border-color: #BAC02D;
}
.TagClassName
{
border-color: #BAC02D;
}
</style>