Shades of Rio Grande #BACC1C
Tints of Rio Grande #BACC1C
RGB
CMYK
RGB Variations
Color information
#BACC1C (or 0xBACC1C) is known color: Rio Grande. HEX triplet: BA, CC and 1C. RGB value is (186,204,28). Sum of RGB (Red+Green+Blue) = 186+204+28=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC1C is #4533E3. Grayscale: #B3B3B3. Windows color (decimal): -4535268 or 1887418. OLE color: 1887418.
HSL color Cylindrical-coordinate representation of color #BACC1C: hue angle of 66.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BACC1C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 28 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.2 |
| HSL | 66.14º | 0.76% | 0.45% | - |
| HSV(B) | 66.14º | 0.86% | 0.8% | - |
| XYZ | 42.05 | 53.71 | 9.25 | - |
| YUV | 178.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 28 | 0.09 | 0 | 0.86 | 0.2 | 66.14 | 0.76 | 0.45 |
| Hex | BA | CC | 1C | 9 | 0 | 56 | 14 | 42 | 4C | 2D |
| Octal | 272 | 314 | 34 | 11 | 0 | 126 | 24 | 102 | 114 | 55 |
| Binary | 10111010 | 11001100 | 11100 | 1001 | 0 | 1010110 | 10100 | 1000010 | 1001100 | 101101 |
Color Harmonies of #BACC1C
Complementary color
Monochromatic Colors of #BACC1C
Black with #BACC1C
Text Example
Text Example
White with #BACC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC1C; }
p { color: rgb(186,204,28); }
H1.HeaderClassName
{
color: #BACC1C;
}
.AnyTagClassName
{
color: #BACC1C;
}
</style>
background-color css
<style>
a { background-color: #BACC1C; }
a { background-color: rgb(186,204,28); }
div.DivClassName
{
background-color: #BACC1C;
}
.BgClassName
{
background-color: #BACC1C;
}
</style>
border-color css
<style>
span { border-color: #BACC1C; }
span { border-color: rgb(186,204,28); }
td.TdClassName
{
border-color: #BACC1C;
}
.TagClassName
{
border-color: #BACC1C;
}
</style>