Shades of Rio Grande #BACC1D
Tints of Rio Grande #BACC1D
RGB
CMYK
RGB Variations
Color information
#BACC1D (or 0xBACC1D) is known color: Rio Grande. HEX triplet: BA, CC and 1D. RGB value is (186,204,29). Sum of RGB (Red+Green+Blue) = 186+204+29=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC1D is #4533E2. Grayscale: #B3B3B3. Windows color (decimal): -4535267 or 1952954. OLE color: 1952954.
HSL color Cylindrical-coordinate representation of color #BACC1D: hue angle of 66.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BACC1D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.2 |
| HSL | 66.17º | 0.75% | 0.46% | - |
| HSV(B) | 66.17º | 0.86% | 0.8% | - |
| XYZ | 42.06 | 53.71 | 9.31 | - |
| YUV | 178.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 29 | 0.09 | 0 | 0.86 | 0.2 | 66.17 | 0.75 | 0.46 |
| Hex | BA | CC | 1D | 9 | 0 | 56 | 14 | 42 | 4B | 2E |
| Octal | 272 | 314 | 35 | 11 | 0 | 126 | 24 | 102 | 113 | 56 |
| Binary | 10111010 | 11001100 | 11101 | 1001 | 0 | 1010110 | 10100 | 1000010 | 1001011 | 101110 |
Color Harmonies of #BACC1D
Complementary color
Monochromatic Colors of #BACC1D
Black with #BACC1D
Text Example
Text Example
White with #BACC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC1D; }
p { color: rgb(186,204,29); }
H1.HeaderClassName
{
color: #BACC1D;
}
.AnyTagClassName
{
color: #BACC1D;
}
</style>
background-color css
<style>
a { background-color: #BACC1D; }
a { background-color: rgb(186,204,29); }
div.DivClassName
{
background-color: #BACC1D;
}
.BgClassName
{
background-color: #BACC1D;
}
</style>
border-color css
<style>
span { border-color: #BACC1D; }
span { border-color: rgb(186,204,29); }
td.TdClassName
{
border-color: #BACC1D;
}
.TagClassName
{
border-color: #BACC1D;
}
</style>