Shades of Rio Grande #BACC18
Tints of Rio Grande #BACC18
RGB
CMYK
RGB Variations
Color information
#BACC18 (or 0xBACC18) is known color: Rio Grande. HEX triplet: BA, CC and 18. RGB value is (186,204,24). Sum of RGB (Red+Green+Blue) = 186+204+24=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC18 is #4533E7. Grayscale: #B2B2B2. Windows color (decimal): -4535272 or 1625274. OLE color: 1625274.
HSL color Cylindrical-coordinate representation of color #BACC18: hue angle of 66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BACC18 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 24 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.2 |
| HSL | 66º | 0.79% | 0.45% | - |
| HSV(B) | 66º | 0.88% | 0.8% | - |
| XYZ | 42.01 | 53.69 | 9.01 | - |
| YUV | 178.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 24 | 0.09 | 0 | 0.88 | 0.2 | 66 | 0.79 | 0.45 |
| Hex | BA | CC | 18 | 9 | 0 | 58 | 14 | 42 | 4F | 2D |
| Octal | 272 | 314 | 30 | 11 | 0 | 130 | 24 | 102 | 117 | 55 |
| Binary | 10111010 | 11001100 | 11000 | 1001 | 0 | 1011000 | 10100 | 1000010 | 1001111 | 101101 |
Color Harmonies of #BACC18
Complementary color
Monochromatic Colors of #BACC18
Black with #BACC18
Text Example
Text Example
White with #BACC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC18; }
p { color: rgb(186,204,24); }
H1.HeaderClassName
{
color: #BACC18;
}
.AnyTagClassName
{
color: #BACC18;
}
</style>
background-color css
<style>
a { background-color: #BACC18; }
a { background-color: rgb(186,204,24); }
div.DivClassName
{
background-color: #BACC18;
}
.BgClassName
{
background-color: #BACC18;
}
</style>
border-color css
<style>
span { border-color: #BACC18; }
span { border-color: rgb(186,204,24); }
td.TdClassName
{
border-color: #BACC18;
}
.TagClassName
{
border-color: #BACC18;
}
</style>