Shades of Rio Grande #BAC01D
Tints of Rio Grande #BAC01D
RGB
CMYK
RGB Variations
Color information
#BAC01D (or 0xBAC01D) is known color: Rio Grande. HEX triplet: BA, C0 and 1D. RGB value is (186,192,29). Sum of RGB (Red+Green+Blue) = 186+192+29=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC01D is #453FE2. Grayscale: #ACACAC. Windows color (decimal): -4538339 or 1949882. OLE color: 1949882.
HSL color Cylindrical-coordinate representation of color #BAC01D: hue angle of 62.21º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAC01D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 29 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.25 |
| HSL | 62.21º | 0.74% | 0.43% | - |
| HSV(B) | 62.21º | 0.85% | 0.75% | - |
| XYZ | 39.32 | 48.23 | 8.4 | - |
| YUV | 171.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 29 | 0.03 | 0 | 0.85 | 0.25 | 62.21 | 0.74 | 0.43 |
| Hex | BA | C0 | 1D | 3 | 0 | 55 | 19 | 3E | 4A | 2B |
| Octal | 272 | 300 | 35 | 3 | 0 | 125 | 31 | 76 | 112 | 53 |
| Binary | 10111010 | 11000000 | 11101 | 11 | 0 | 1010101 | 11001 | 111110 | 1001010 | 101011 |
Color Harmonies of #BAC01D
Complementary color
Monochromatic Colors of #BAC01D
Black with #BAC01D
Text Example
Text Example
White with #BAC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC01D; }
p { color: rgb(186,192,29); }
H1.HeaderClassName
{
color: #BAC01D;
}
.AnyTagClassName
{
color: #BAC01D;
}
</style>
background-color css
<style>
a { background-color: #BAC01D; }
a { background-color: rgb(186,192,29); }
div.DivClassName
{
background-color: #BAC01D;
}
.BgClassName
{
background-color: #BAC01D;
}
</style>
border-color css
<style>
span { border-color: #BAC01D; }
span { border-color: rgb(186,192,29); }
td.TdClassName
{
border-color: #BAC01D;
}
.TagClassName
{
border-color: #BAC01D;
}
</style>